ids property

List<int> get ids

Implementation

List<int> get ids => grouped.isNotEmpty ? grouped.map((e) => e.id).toList() : [id];