WebApiModulesUtilitiesOrderLocationScheduleOrderLocationScheduleEvent class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

WebApiModulesUtilitiesOrderLocationScheduleOrderLocationScheduleEvent({String? start, String? end, String? text, String? backColor, String? barColor, String? textColor, String? resource, String? orderId, String? orderNumber, String? orderType, String? orderStatus, String? orderDescription, String? orderLocation, String? deal, String? poNumber, String? id, String? orderBy})
WebApiModulesUtilitiesOrderLocationScheduleOrderLocationScheduleEvent.fromJson(Map<String, dynamic> json)
factory

Properties

backColor String?
final
barColor String?
final
deal String?
final
end String?
final
hashCode int
The hash code for this object.
no setteroverride
id String?
final
orderBy String?
final
orderDescription String?
final
orderId String?
final
orderLocation String?
final
orderNumber String?
final
orderStatus String?
final
orderType String?
final
poNumber String?
final
resource String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start String?
final
text String?
final
textColor String?
final

Methods

copyWith({String? start, String? end, String? text, String? backColor, String? barColor, String? textColor, String? resource, String? orderId, String? orderNumber, String? orderType, String? orderStatus, String? orderDescription, String? orderLocation, String? deal, String? poNumber, String? id, String? orderBy}) WebApiModulesUtilitiesOrderLocationScheduleOrderLocationScheduleEvent

Available on WebApiModulesUtilitiesOrderLocationScheduleOrderLocationScheduleEvent, provided by the $WebApiModulesUtilitiesOrderLocationScheduleOrderLocationScheduleEventExtension extension

copyWithWrapped({Wrapped<String?>? start, Wrapped<String?>? end, Wrapped<String?>? text, Wrapped<String?>? backColor, Wrapped<String?>? barColor, Wrapped<String?>? textColor, Wrapped<String?>? resource, Wrapped<String?>? orderId, Wrapped<String?>? orderNumber, Wrapped<String?>? orderType, Wrapped<String?>? orderStatus, Wrapped<String?>? orderDescription, Wrapped<String?>? orderLocation, Wrapped<String?>? deal, Wrapped<String?>? poNumber, Wrapped<String?>? id, Wrapped<String?>? orderBy}) WebApiModulesUtilitiesOrderLocationScheduleOrderLocationScheduleEvent

Available on WebApiModulesUtilitiesOrderLocationScheduleOrderLocationScheduleEvent, provided by the $WebApiModulesUtilitiesOrderLocationScheduleOrderLocationScheduleEventExtension extension

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.
override

Operators

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