ItemListModel class

Constructors

ItemListModel.new({String? keyName})

Properties

hashCode int
The hash code for this object.
no setterinherited
keyName String?
final
list List<ItemModel>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

fromJson(dynamic data) ItemListModel
listsToObjects(List<String> listInt, List<String> listStr) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
objectsToInts() List<String>
objectsToStrings() List<String>
toString() String
A string representation of this object.
inherited

Operators

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