get static method

Future<List<SortInfo>> get()

Returns a list of sort records

Implementation

static Future<List<SortInfo>> get() async {
  return await _sortList();
}