AccountGuarantor constructor

const AccountGuarantor({
  1. required Reference party,
  2. FhirBoolean? onHold,
  3. @JsonKey(name: '_onHold') Element? onHoldElement,
  4. Period? period,
})

Implementation

const factory AccountGuarantor({
  required Reference party,
  FhirBoolean? onHold,
  @JsonKey(name: '_onHold') Element? onHoldElement,
  Period? period,
}) = _AccountGuarantor;