GenericUploadResponse constructor

GenericUploadResponse({
  1. String? documentId,
  2. String? documentName,
  3. String? documentType,
  4. dynamic documentUrl,
  5. dynamic data,
  6. dynamic token,
})

Implementation

GenericUploadResponse({
    this.documentId,
    this.documentName,
    this.documentType,
    this.documentUrl,
    this.data,
    this.token,
});