idsNotNullAsInt property

List<int> idsNotNullAsInt

Returns the ids with type int. See idsAsInt.

Implementation

List<int> get idsNotNullAsInt => ids?.whereType<int>().toList() ?? [];