isBound property
bool
get
isBound
Whether this screen is bound to a UserInterface.
If this is false
, then ui cannot be accessed.
Implementation
bool get isBound => _ui != null;
Whether this screen is bound to a UserInterface.
If this is false
, then ui cannot be accessed.
bool get isBound => _ui != null;