WebApiModulesWarehouseCheckInSuspendedSession class

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

Constructors

WebApiModulesWarehouseCheckInSuspendedSession({String? contractId, String? date, String? time, int? sessionNumber, String? dealVendor, String? orderNumber, String? description, String? user, String? status})
WebApiModulesWarehouseCheckInSuspendedSession.fromJson(Map<String, dynamic> json)
factory

Properties

contractId String?
final
date String?
final
dealVendor String?
final
description String?
final
hashCode int
The hash code for this object.
no setteroverride
orderNumber String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionNumber int?
final
status String?
final
time String?
final
user String?
final

Methods

copyWith({String? contractId, String? date, String? time, int? sessionNumber, String? dealVendor, String? orderNumber, String? description, String? user, String? status}) WebApiModulesWarehouseCheckInSuspendedSession

Available on WebApiModulesWarehouseCheckInSuspendedSession, provided by the $WebApiModulesWarehouseCheckInSuspendedSessionExtension extension

copyWithWrapped({Wrapped<String?>? contractId, Wrapped<String?>? date, Wrapped<String?>? time, Wrapped<int?>? sessionNumber, Wrapped<String?>? dealVendor, Wrapped<String?>? orderNumber, Wrapped<String?>? description, Wrapped<String?>? user, Wrapped<String?>? status}) WebApiModulesWarehouseCheckInSuspendedSession

Available on WebApiModulesWarehouseCheckInSuspendedSession, provided by the $WebApiModulesWarehouseCheckInSuspendedSessionExtension 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

Constants

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