Title constructor

const Title({
  1. String? type,
  2. String? value,
})

Implementation

const Title({
  this.type,
  this.value,
});