ParagraphAgreementDto constructor

ParagraphAgreementDto({
  1. int? timestamp,
  2. String? paragraph,
  3. bool? accepted,
  4. bool? inTreatment,
  5. bool? canceled,
  6. String? careProviderReference,
  7. String? decisionReference,
  8. int? start,
  9. int? end,
  10. int? cancelationDate,
  11. double? quantityValue,
  12. String? quantityUnit,
  13. String? ioRequestReference,
  14. String? responseType,
  15. Map<String, String> refusalJustification = const {},
  16. Set<int> verses = const {},
  17. String? coverageType,
  18. double? unitNumber,
  19. double? strength,
  20. String? strengthUnit,
  21. List<AgreementAppendixDto> agreementAppendices = const [],
  22. String? documentId,
})

Returns a new ParagraphAgreementDto instance.

Implementation

ParagraphAgreementDto({
  this.timestamp,
  this.paragraph,
  this.accepted,
  this.inTreatment,
  this.canceled,
  this.careProviderReference,
  this.decisionReference,
  this.start,
  this.end,
  this.cancelationDate,
  this.quantityValue,
  this.quantityUnit,
  this.ioRequestReference,
  this.responseType,
  this.refusalJustification = const {},
  this.verses = const {},
  this.coverageType,
  this.unitNumber,
  this.strength,
  this.strengthUnit,
  this.agreementAppendices = const [],
  this.documentId,
});