ContractLegal constructor

const ContractLegal({
  1. Attachment? contentAttachment,
  2. Reference? contentReference,
})

Implementation

const factory ContractLegal({
  Attachment? contentAttachment,
  Reference? contentReference,
}) = _ContractLegal;