WebApiModulesWarehouseContractSessionResponse class

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

Constructors

WebApiModulesWarehouseContractSessionResponse({String? contractId, int? sessionNumber, int? status, String? message})
WebApiModulesWarehouseContractSessionResponse.fromJson(Map<String, dynamic> json)
factory

Properties

contractId String?
final
hashCode int
The hash code for this object.
no setteroverride
message String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionNumber int?
final
status int?
final

Methods

copyWith({String? contractId, int? sessionNumber, int? status, String? message}) WebApiModulesWarehouseContractSessionResponse

Available on WebApiModulesWarehouseContractSessionResponse, provided by the $WebApiModulesWarehouseContractSessionResponseExtension extension

copyWithWrapped({Wrapped<String?>? contractId, Wrapped<int?>? sessionNumber, Wrapped<int?>? status, Wrapped<String?>? message}) WebApiModulesWarehouseContractSessionResponse

Available on WebApiModulesWarehouseContractSessionResponse, provided by the $WebApiModulesWarehouseContractSessionResponseExtension 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 WebApiModulesWarehouseContractSessionResponse Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(WebApiModulesWarehouseContractSessionResponse instance)