ProductSet class
Constructors
- ProductSet()
-
factory
Properties
Methods
-
buildFromJson(
Map< String, dynamic> json) → Product -
override
-
buildUnknown(
String name, String key) → Product -
override
-
load(
) → Future< void> -
inherited
-
lookup(
String key) → Product -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited