FieldSpec constructor

const FieldSpec(
  1. String name,
  2. String type,
  3. bool nullable, {
  4. bool isModel = false,
})

Implementation

const FieldSpec(this.name, this.type, this.nullable, {this.isModel = false});