isAttached property

bool get isAttached

If a state is attached to this controller. isAttached must be true before any function call from this controller is made

Implementation

bool get isAttached => _state != null;