Argument constructor
Argument({
- String? argumentKind,
- StandardSqlDataType? dataType,
- bool? isAggregate,
- String? mode,
- String? name,
Implementation
Argument({
this.argumentKind,
this.dataType,
this.isAggregate,
this.mode,
this.name,
});