WebApiModulesInventoryPhysicalInventoryPhysicalInventoryStatusResponse class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
- WebApiModulesInventoryPhysicalInventoryPhysicalInventoryStatusResponse({double? barcodeToCount, double? barcodeCounted, double? barcodePercent, double? quantityToCount, double? quantityCounted, double? quantityPercent, double? totalToCount, double? totalCounted, double? totalPercent, String? openedOn, String? openedBy, String? approvedOn, String? approvedBy})
-
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryStatusResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- approvedBy → String?
-
final
- approvedOn → String?
-
final
- barcodeCounted → double?
-
final
- barcodePercent → double?
-
final
- barcodeToCount → double?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- openedBy → String?
-
final
- openedOn → String?
-
final
- quantityCounted → double?
-
final
- quantityPercent → double?
-
final
- quantityToCount → double?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- totalCounted → double?
-
final
- totalPercent → double?
-
final
- totalToCount → double?
-
final
Methods
-
copyWith(
{double? barcodeToCount, double? barcodeCounted, double? barcodePercent, double? quantityToCount, double? quantityCounted, double? quantityPercent, double? totalToCount, double? totalCounted, double? totalPercent, String? openedOn, String? openedBy, String? approvedOn, String? approvedBy}) → WebApiModulesInventoryPhysicalInventoryPhysicalInventoryStatusResponse -
Available on WebApiModulesInventoryPhysicalInventoryPhysicalInventoryStatusResponse, provided by the $WebApiModulesInventoryPhysicalInventoryPhysicalInventoryStatusResponseExtension extension
-
copyWithWrapped(
{Wrapped< double?> ? barcodeToCount, Wrapped<double?> ? barcodeCounted, Wrapped<double?> ? barcodePercent, Wrapped<double?> ? quantityToCount, Wrapped<double?> ? quantityCounted, Wrapped<double?> ? quantityPercent, Wrapped<double?> ? totalToCount, Wrapped<double?> ? totalCounted, Wrapped<double?> ? totalPercent, Wrapped<String?> ? openedOn, Wrapped<String?> ? openedBy, Wrapped<String?> ? approvedOn, Wrapped<String?> ? approvedBy}) → WebApiModulesInventoryPhysicalInventoryPhysicalInventoryStatusResponse -
Available on WebApiModulesInventoryPhysicalInventoryPhysicalInventoryStatusResponse, provided by the $WebApiModulesInventoryPhysicalInventoryPhysicalInventoryStatusResponseExtension 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 WebApiModulesInventoryPhysicalInventoryPhysicalInventoryStatusResponse Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(WebApiModulesInventoryPhysicalInventoryPhysicalInventoryStatusResponse instance)