ParagraphAgreement constructor

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

Implementation

const factory ParagraphAgreement({
	@Default(null) int? timestamp,
	@Default(null) String? paragraph,
	@Default(null) bool? accepted,
	@Default(null) bool? inTreatment,
	@Default(null) bool? canceled,
	@Default(null) String? careProviderReference,
	@Default(null) String? decisionReference,
	@Default(null) int? start,
	@Default(null) int? end,
	@Default(null) int? cancelationDate,
	@Default(null) double? quantityValue,
	@Default(null) String? quantityUnit,
	@Default(null) String? ioRequestReference,
	@Default(null) String? responseType,
	@Default(null) Map<String, String>? refusalJustification,
	@Default(null) Set<int>? verses,
	@Default(null) String? coverageType,
	@Default(null) double? unitNumber,
	@Default(null) double? strength,
	@Default(null) String? strengthUnit,
	@Default(null) List<AgreementAppendix>? agreementAppendices,
	@Default(null) String? documentId,
}) = _ParagraphAgreement;