ids property

  1. @visibleForTesting
Iterable<String> ids

The id values of all states sorted by order. Used for testing.

Implementation

@visibleForTesting
Iterable<String> get ids => [for (var s in this) s.id ?? '_'];