UploadDocumentObj constructor

UploadDocumentObj({
  1. String docKey = "",
  2. List<String> docPathList = const [],
})

Implementation

UploadDocumentObj({
  this.docKey = "",
  this.docPathList = const [],
});