compositionDataObject property

BehaviorSubject<String?> compositionDataObject
final

The property in the ExamCompositionObject that will this system's encoded data when the UI is ready to save

Implementation

final BehaviorSubject<String?> compositionDataObject;