isStarting property

  1. @override
bool isStarting
override

Returns true if starting.

Implementation

@override
bool get isStarting {
  var started = _started;
  return started != null && !started;
}