FwStandardGridsAppDocumentAppDocumentGetManyResponse constructor

FwStandardGridsAppDocumentAppDocumentGetManyResponse({
  1. String? documentId,
  2. String? documentTypeId,
  3. String? documentType,
  4. String? description,
  5. bool? hasImages,
  6. bool? hasFile,
  7. bool? inactive,
  8. String? dateStamp,
})

Implementation

FwStandardGridsAppDocumentAppDocumentGetManyResponse({
  this.documentId,
  this.documentTypeId,
  this.documentType,
  this.description,
  this.hasImages,
  this.hasFile,
  this.inactive,
  this.dateStamp,
});