TerminalQuerySort constructor

TerminalQuerySort({
  1. SortOrder? sortOrder,
})

Implementation

TerminalQuerySort({
  this.sortOrder
});