Info constructor

Info({
  1. String? description,
  2. String? documentTitle,
  3. String? title,
})

Implementation

Info({
  this.description,
  this.documentTitle,
  this.title,
});