isAtomic property

bool isAtomic

True if this has no substates (i.e. is a leaf node)

Implementation

bool get isAtomic => substates.isEmpty;