SelectStatementAsSource constructor

SelectStatementAsSource({
  1. required BaseSelectStatement statement,
  2. String? as,
})

Implementation

SelectStatementAsSource({required this.statement, this.as});