isInitialized property
      
      bool
      get
      isInitialized
      
    
    
Has this StudyRuntime been initialized?
Implementation
bool get isInitialized => (study != null);Has this StudyRuntime been initialized?
bool get isInitialized => (study != null);