allIDsAsInt property

List<int> get allIDsAsInt

Implementation

List<int> get allIDsAsInt => expand((e) => e.allIDsAsInt).toList();