isInitialized property

bool get isInitialized

Returns true if uiRoot was initialized.

Implementation

bool get isInitialized => _uiRoot != null;