AFModelWithCustomID class
Constructors
-
AFModelWithCustomID({String? customStateId})
-
By default each model uses its class name as a key to uniquely
identify itself in the AFComponentState. However, if you want
to have two objects of the same class in the AFAppState,
you can pass each one a unique
customStateId.
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited