EventPosition class

Available Extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

EventPosition({int? id, DateTime? dbDateCreated, DateTime? dbDateUpdated, int? event, int? group, int? position, int? quantity, String? label, EventPositionStatus? status, int? sequence, EventPositionRateSetting? rateSetting, String? rate, String? rateCurrency, EventPositionRateType? rateType, String? billedRate, EventPositionBilledRateType? billedRateType, DateTime? scheduleBegin, DateTime? scheduleEnd, String? dayBegin, String? dayEnd, List<ScheduleEntry>? scheduleEntries, bool? hideEndTime, String? note, String? externalCode, DateTime? externalRemoveDate})
EventPosition.fromJson(Map<String, dynamic> json)
factory

Properties

billedRate String?
final
billedRateType EventPositionBilledRateType?
final
dayBegin String?
final
dayEnd String?
final
dbDateCreated DateTime?
final
dbDateUpdated DateTime?
final
event int?
final
externalCode String?
final
externalRemoveDate DateTime?
final
group int?
final
hashCode int
The hash code for this object.
no setterinherited
hideEndTime bool?
final
id int?
final
label String?
final
note String?
final
position int?
final
quantity int?
final
rate String?
final
rateCurrency String?
final
rateSetting EventPositionRateSetting?
final
rateType EventPositionRateType?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheduleBegin DateTime?
final
scheduleEnd DateTime?
final
scheduleEntries List<ScheduleEntry>?
final
sequence int?
final
status EventPositionStatus?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(dynamic other) bool
The equality operator.
override

Constants

fromJsonFactory → const EventPosition Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(EventPosition instance)