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