studies property
List<TStudy>
get
studies
Get the studies running on this client device.
Implementation
List<TStudy> get studies => repository.getStudyList();
Get the studies running on this client device.
List<TStudy> get studies => repository.getStudyList();