ModelField constructor

ModelField(
  1. String name,
  2. String type, {
  3. String? jsonKey,
  4. String? defaultValue,
  5. List<String> enumValues = const [],
})

Implementation

ModelField(this.name, this.type, {this.jsonKey, this.defaultValue, this.enumValues = const []});