DummyModel class
Constructors
- DummyModel(dynamic json)
Properties
Methods
-
get(
String name) → Field? -
override
-
nameOfField(
Field field) → String -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → dynamic -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited