WebApiModulesWarehouseCheckInReconcileReconcileItemError class

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

Properties

description 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
status int?
final
vendorId String?
final

Methods

copyWith({String? description, String? vendorId, int? status, String? message}) WebApiModulesWarehouseCheckInReconcileReconcileItemError

Available on WebApiModulesWarehouseCheckInReconcileReconcileItemError, provided by the $WebApiModulesWarehouseCheckInReconcileReconcileItemErrorExtension extension

copyWithWrapped({Wrapped<String?>? description, Wrapped<String?>? vendorId, Wrapped<int?>? status, Wrapped<String?>? message}) WebApiModulesWarehouseCheckInReconcileReconcileItemError

Available on WebApiModulesWarehouseCheckInReconcileReconcileItemError, provided by the $WebApiModulesWarehouseCheckInReconcileReconcileItemErrorExtension 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