getList method

List<MODEL> getList(
  1. Object? id
)

Implementation

List<MODEL> getList(Object? id) => _sortFilteredListsMap[id]?.values ?? [];