isInitialized property

bool get isInitialized
inherited

Has this StudyRuntime been initialized?

Implementation

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