select method Null safety
- List<
Expression> columns
The select method can be used in as to define the select query backing this view.
The select statement should select all columns defined on this view.
Implementation
@protected
View select(List<Expression> columns) => _isGenerated();