Queryable constructor

Queryable(
  1. ClassElement classElement,
  2. String name,
  3. List<Field> fields,
  4. List<Embedded> embedded,
  5. String constructor,
)

Implementation

Queryable(this.classElement, this.name, this.fields, this.embedded,
    this.constructor);