toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() {
  final json = <String, dynamic>{};
  json[r'services'] = services;
  json[r'healthElements'] = healthElements;
  json[r'partnerships'] = partnerships;
  json[r'patientHealthcareParties'] = patientHealthcareParties;
  return json;
}