isCompound property

bool isCompound

True if this has at least one substate.

Implementation

bool get isCompound => substates.isNotEmpty;