DEMedicalPlanMedicineField constructor

DEMedicalPlanMedicineField(
  1. String? value,
  2. DEMedicalPlanMedicineFieldType? type
)

Implementation

DEMedicalPlanMedicineField(this.value, this.type);