targetless property
bool
get
targetless
Whether the state change has a target or not
Implementation
bool get targetless => _target == null;
Whether the state change has a target or not
bool get targetless => _target == null;