isInitialized property

bool get isInitialized

Has this StudyRuntime been initialized?

Implementation

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