Item class

Constructors

Item({String? name, int? qty, String? id, double? price, String? cat1, String? cat2, String? cat3, String? categoryType, String? categoryCode, String? startDate, String? endDate})
Item.fromJson(Map<String, dynamic> json)

Properties

cat1 String?
getter/setter pair
cat2 String?
getter/setter pair
cat3 String?
getter/setter pair
categoryCode String?
getter/setter pair
categoryType String?
getter/setter pair
endDate String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
name String?
getter/setter pair
price double?
getter/setter pair
qty int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startDate String?
getter/setter pair

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.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited