isEditorInitialized property
bool
get
isEditorInitialized
Whether the controller has been initialized for editor use.
This becomes true after internalInitController completes successfully. Operations that require the editor to be initialized should check this flag first.
Implementation
bool get isEditorInitialized => _editorInitialized;