PaymentReconciliationNote constructor

const PaymentReconciliationNote({
  1. @JsonKey(name: 'id') FhirId? fhirId,
  2. @JsonKey(name: 'extension') List<FhirExtension>? extension_,
  3. List<FhirExtension>? modifierExtension,
  4. Coding? type,
  5. @JsonKey(name: '_type') Element? typeElement,
  6. String? text,
  7. @JsonKey(name: '_text') Element? textElement,
})

Implementation

const factory PaymentReconciliationNote({
  @JsonKey(name: 'id') FhirId? fhirId,
  @JsonKey(name: 'extension') List<FhirExtension>? extension_,
  List<FhirExtension>? modifierExtension,
  Coding? type,
  @JsonKey(name: '_type') Element? typeElement,
  String? text,
  @JsonKey(name: '_text') Element? textElement,
}) = _PaymentReconciliationNote;