ids property
List<D>
get
ids
Unmodifiable view of the ordered IDs.
Implementation
List<D> get ids => List.unmodifiable(_ids);
Unmodifiable view of the ordered IDs.
List<D> get ids => List.unmodifiable(_ids);