substateIDs property

Iterable<String> substateIDs

Used by toString to show IDs of substates, not the substates themselves.

Implementation

Iterable<String> get substateIDs => substates.map((s) => s.id ?? '_');