ProductInfoResult class
Information returned when the obtainProductInfo API is successfully called.
Constructors
-
ProductInfoResult.new({String? errMsg, List<
ProductInfo> ? productInfoList, String? returnCode, Status? status}) - Creates a ProductInfoResult object.
- ProductInfoResult.fromJson(String str)
-
Creates a ProductInfoResult object from a JSON string.
factory
- ProductInfoResult.fromMap(Map json)
-
factory
Properties
- errMsg ↔ String?
-
Result code description
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
-
productInfoList
↔ List<
ProductInfo> ? -
List of found products.
getter/setter pair
- returnCode ↔ String?
-
Result code.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ Status?
-
Status object that contains the task processing result.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override