Documentation constructor

Documentation({
  1. String? content,
  2. String? mimeType,
  3. String? subject,
})

Implementation

Documentation({
  this.content,
  this.mimeType,
  this.subject,
});