Query<EntityType> constructor

Query<EntityType>(
  1. String tableName
)

Implementation

Query(super.tableName)
    : fieldSelections = {},
      orderByProps = {},
      whereClauses = [],
      _limit = null;