reset method

void reset()

Implementation

void reset() {
  this
    ..patientConnection.add(PatientConnection())
    ..encounterID.add(null)
    ..episodeOfCarePayload.add(EpisodeOfCarePayload())
    ..fullAccess.add(false);
}