hasStudy method

  1. @override
bool hasStudy(
  1. SmartphoneStudy study
)
override

Is study in this repository?

Implementation

@override
bool hasStudy(SmartphoneStudy study) => _repository.contains(study);