Queryable constructor

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

Implementation

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