isStarting property
Returns true
if this instance is currently in the process of starting.
Implementation
bool get isStarting => _starting;
Returns true
if this instance is currently in the process of starting.
bool get isStarting => _starting;