WithClause constructor
const
WithClause({
- required SourceSpan span,
- required String items,
Implementation
const WithClause({required super.span, required this.items})
: super(keyword: 'WITH', body: items);