WebApiModulesInventoryPhysicalInventoryPhysicalInventoryNewPurchaseCostRequest class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
- WebApiModulesInventoryPhysicalInventoryPhysicalInventoryNewPurchaseCostRequest({String? cost, String? physicalInventoryId, String? masterId})
-
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryNewPurchaseCostRequest.fromJson(Map<
String, dynamic> json) -
factory
Properties
- cost → String?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- masterId → String?
-
final
- physicalInventoryId → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{String? cost, String? physicalInventoryId, String? masterId}) → WebApiModulesInventoryPhysicalInventoryPhysicalInventoryNewPurchaseCostRequest -
Available on WebApiModulesInventoryPhysicalInventoryPhysicalInventoryNewPurchaseCostRequest, provided by the $WebApiModulesInventoryPhysicalInventoryPhysicalInventoryNewPurchaseCostRequestExtension extension
-
copyWithWrapped(
{Wrapped< String?> ? cost, Wrapped<String?> ? physicalInventoryId, Wrapped<String?> ? masterId}) → WebApiModulesInventoryPhysicalInventoryPhysicalInventoryNewPurchaseCostRequest -
Available on WebApiModulesInventoryPhysicalInventoryPhysicalInventoryNewPurchaseCostRequest, provided by the $WebApiModulesInventoryPhysicalInventoryPhysicalInventoryNewPurchaseCostRequestExtension 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 WebApiModulesInventoryPhysicalInventoryPhysicalInventoryNewPurchaseCostRequest Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(WebApiModulesInventoryPhysicalInventoryPhysicalInventoryNewPurchaseCostRequest instance)