orderBy property
The order in which rows of the current group should be passed to the aggregate function.
Implementation
final OrderBy? orderBy;
The order in which rows of the current group should be passed to the aggregate function.
final OrderBy? orderBy;