study property

  1. @override
SmartphoneStudy? get study
override

The study for this study runtime. Set in the addStudy method. null if no study has been added yet.

Implementation

@override
SmartphoneStudy? get study => super.study as SmartphoneStudy;