Model class
Constructors
-
Model({String name = '', List<
Field> fields = const []}) - Model.fromDynamic(dynamic source)
-
factory
Properties
Methods
-
copyWith(
Map< String, dynamic> data) → Model -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
dynamicToMap(
dynamic source) → Map< String, dynamic>