AgreementAppendixDto constructor

AgreementAppendixDto({
  1. int? docSeq,
  2. int? verseSeq,
  3. String? documentId,
  4. String? path,
})

Returns a new AgreementAppendixDto instance.

Implementation

AgreementAppendixDto({
  this.docSeq,
  this.verseSeq,
  this.documentId,
  this.path,
});