EntityType constructor
EntityType({
- List<
Field> ? fields, - JsonSchema? jsonSchema,
- String? name,
Implementation
EntityType({
this.fields,
this.jsonSchema,
this.name,
});