Module class

Constructors

Module({required String name, required String api, required String modelName, List<Field>? fields, required List<String> only})

Properties

api String
final
fields List<Field>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
modelName String
final
name String
final
only List<String>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromMap(Map<String, dynamic> map) Future<Module>
getFields(Map<String, dynamic> map) List<Field>