Returns true if starting.
true
@override bool get isStarting { var started = _started; return started != null && !started; }