isInitialized property

bool isInitialized

Has this StudyRuntime been initialized?

Implementation

bool get isInitialized => (study != null);