ItemInfo class
An object containing the contents of a list of items.
- Annotations
-
- @JsonSerializable(fieldRename: FieldRename.snake, includeIfNull: false)
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- item ↔ String
-
Item name. up to 6 characters
getter/setter pair
- itemOp ↔ String
-
Item price. Available characters: numbers, currency symbols, commas (,), periods (), spaces. If the decimal unit amount is included, only two digits below the decimal point are recommended.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited