ModelDef constructor

const ModelDef(
  1. String name,
  2. List<FieldSpec> fields
)

Implementation

const ModelDef(this.name, this.fields);