WebApiModulesInventoryInventorySearchInventorySearchGetTotalResponse class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
- WebApiModulesInventoryInventorySearchInventorySearchGetTotalResponse({int? status, bool? success, String? msg, double? totalQuantityInSession})
-
const
-
WebApiModulesInventoryInventorySearchInventorySearchGetTotalResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
copyWith(
{int? status, bool? success, String? msg, double? totalQuantityInSession}) → WebApiModulesInventoryInventorySearchInventorySearchGetTotalResponse -
Available on WebApiModulesInventoryInventorySearchInventorySearchGetTotalResponse, provided by the $WebApiModulesInventoryInventorySearchInventorySearchGetTotalResponseExtension extension
-
copyWithWrapped(
{Wrapped< int?> ? status, Wrapped<bool?> ? success, Wrapped<String?> ? msg, Wrapped<double?> ? totalQuantityInSession}) → WebApiModulesInventoryInventorySearchInventorySearchGetTotalResponse -
Available on WebApiModulesInventoryInventorySearchInventorySearchGetTotalResponse, provided by the $WebApiModulesInventoryInventorySearchInventorySearchGetTotalResponseExtension 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 ==(
Object other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const WebApiModulesInventoryInventorySearchInventorySearchGetTotalResponse Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(WebApiModulesInventoryInventorySearchInventorySearchGetTotalResponse instance)