ItemListModel class
Constructors
- ItemListModel.new({String? keyName})
Properties
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