Datamodel class
Datemodel.
- Annotations
-
- @JsonSerializable(createFactory: true, createToJson: true, explicitToJson: true)
Constructors
-
Datamodel({required List<
Model> models, required List<DatamodelEnum> enums, required List<Model> types}) -
Create a new datamodel.
const
-
Datamodel.fromJson(Map<
String, dynamic> json) -
Datemodel from JSON factory constructor.
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Datemodel as JSON map.
-
toString(
) → String -
Datemodel as JSON string.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited