WebApiModulesInventoryPhysicalInventoryPhysicalInventoryApproveResponse class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
- WebApiModulesInventoryPhysicalInventoryPhysicalInventoryApproveResponse({int? status, bool? success, String? msg, bool? approved, String? message, int? $status})
-
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryApproveResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
copyWith(
{int? status, bool? success, String? msg, bool? approved, String? message, int? $status}) → WebApiModulesInventoryPhysicalInventoryPhysicalInventoryApproveResponse -
Available on WebApiModulesInventoryPhysicalInventoryPhysicalInventoryApproveResponse, provided by the $WebApiModulesInventoryPhysicalInventoryPhysicalInventoryApproveResponseExtension extension
-
copyWithWrapped(
{Wrapped< int?> ? status, Wrapped<bool?> ? success, Wrapped<String?> ? msg, Wrapped<bool?> ? approved, Wrapped<String?> ? message, Wrapped<int?> ? $status}) → WebApiModulesInventoryPhysicalInventoryPhysicalInventoryApproveResponse -
Available on WebApiModulesInventoryPhysicalInventoryPhysicalInventoryApproveResponse, provided by the $WebApiModulesInventoryPhysicalInventoryPhysicalInventoryApproveResponseExtension 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 WebApiModulesInventoryPhysicalInventoryPhysicalInventoryApproveResponse Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(WebApiModulesInventoryPhysicalInventoryPhysicalInventoryApproveResponse instance)