ContractRule constructor

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

Implementation

const factory ContractRule({
  Attachment? contentAttachment,
  Reference? contentReference,
}) = _ContractRule;