DocumentMetadata constructor

DocumentMetadata({
  1. String? name,
  2. String? status,
  3. String? docId,
  4. DocType? docType,
})

Implementation

DocumentMetadata({
  this.name,
  this.status,
  this.docId,
  this.docType,
});