Event constructor
Event({
- int? id,
- DateTime? dbDateCreated,
- DateTime? dbDateUpdated,
- int? division,
- int? $client,
- int? venue,
- int? market,
- int? accountEventStatus,
- String? nearestAirport,
- String? code,
- String? externalCode,
- String? name,
- EventStatus? status,
- EventTravelBookingStatus? travelBookingStatus,
- DateTime? dateArchived,
- DateTime? dateBegin,
- DateTime? dateEnd,
- DateTime? dateChanged,
- DateTime? dateDeadline,
- String? description,
- bool? localOnly,
- List<
int> ? groups, - List<
EventPosition> ? positions, - List<
EventRole> ? roles, - List<
EventAccountUserRoleRelationship> ? accountUserRoleRelationships, - List<
EventNote> ? notes, - List<
EventRosterPositionSerializerNoAnalytics> ? rosterPositions, - List<
CrewActuals> ? actuals, - int? timezone,
- int? program,
- bool? hideClient,
- bool? hideName,
Implementation
Event({
this.id,
this.dbDateCreated,
this.dbDateUpdated,
this.division,
this.$client,
this.venue,
this.market,
this.accountEventStatus,
this.nearestAirport,
this.code,
this.externalCode,
this.name,
this.status,
this.travelBookingStatus,
this.dateArchived,
this.dateBegin,
this.dateEnd,
this.dateChanged,
this.dateDeadline,
this.description,
this.localOnly,
this.groups,
this.positions,
this.roles,
this.accountUserRoleRelationships,
this.notes,
this.rosterPositions,
this.actuals,
this.timezone,
this.program,
this.hideClient,
this.hideName,
});