EntityMeta constructor

const EntityMeta(
  1. Set<String> fields,
  2. List<JsonPath> paths,
  3. MSchemaRef mtype
)

Implementation

const EntityMeta(this.fields, this.paths, this.mtype);