WebApiModulesHomeControlsContractItemDetailContractItem class

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

Constructors

WebApiModulesHomeControlsContractItemDetailContractItem({String? orderId, String? orderItemId, String? vendorId, String? consignorId, String? barCode, int? quantity})
WebApiModulesHomeControlsContractItemDetailContractItem.fromJson(Map<String, dynamic> json)
factory

Properties

barCode String?
final
consignorId String?
final
hashCode int
The hash code for this object.
no setteroverride
orderId String?
final
orderItemId String?
final
quantity int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vendorId String?
final

Methods

copyWith({String? orderId, String? orderItemId, String? vendorId, String? consignorId, String? barCode, int? quantity}) WebApiModulesHomeControlsContractItemDetailContractItem

Available on WebApiModulesHomeControlsContractItemDetailContractItem, provided by the $WebApiModulesHomeControlsContractItemDetailContractItemExtension extension

copyWithWrapped({Wrapped<String?>? orderId, Wrapped<String?>? orderItemId, Wrapped<String?>? vendorId, Wrapped<String?>? consignorId, Wrapped<String?>? barCode, Wrapped<int?>? quantity}) WebApiModulesHomeControlsContractItemDetailContractItem

Available on WebApiModulesHomeControlsContractItemDetailContractItem, provided by the $WebApiModulesHomeControlsContractItemDetailContractItemExtension 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