targetless property

bool get targetless

Whether the state change has a target or not

Implementation

bool get targetless => _target == null;