patients property

Map<String, Future<PatientDto?>> patients
getter/setter pair

Implementation

Map<String, Future<PatientDto?>> patients = {};