Module class
- Inheritance
-
- Object
- SuperModel
- Module
Constructors
-
Module({String name = '', List<
Field> fields = const []}) -
const
- Module.fromDynamic(dynamic source)
-
factory
Properties
Methods
-
copyWith(
Map< String, dynamic> data) → Module -
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