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