EntityResult constructor
EntityResult(
- String name,
- List<
Field> fields, - List<
EntityResult> nested
Implementation
EntityResult(this.name, this.fields, this.nested);