EntityType constructor

EntityType({
  1. List<Field>? fields,
  2. JsonSchema? jsonSchema,
  3. String? name,
})

Implementation

EntityType({
  this.fields,
  this.jsonSchema,
  this.name,
});