ModelFieldType constructor

const ModelFieldType(
  1. ModelFieldTypeEnum fieldType, {
  2. String? ofModelName,
  3. String? ofCustomTypeName,
})

Implementation

const ModelFieldType(
  this.fieldType, {
  this.ofModelName,
  this.ofCustomTypeName,
});