EntityResult constructor

EntityResult(
  1. String name,
  2. List<Field> fields,
  3. List<EntityResult> nested
)

Implementation

EntityResult(this.name, this.fields, this.nested);