MedicationBatch constructor

const MedicationBatch({
  1. String? lotNumber,
  2. @JsonKey(name: '_lotNumber') Element? lotNumberElement,
  3. FhirDate? expirationDate,
  4. @JsonKey(name: '_expirationDate') Element? expirationDateElement,
})

Implementation

const factory MedicationBatch({
  String? lotNumber,
  @JsonKey(name: '_lotNumber') Element? lotNumberElement,
  FhirDate? expirationDate,
  @JsonKey(name: '_expirationDate') Element? expirationDateElement,
}) = _MedicationBatch;