Title constructor

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

Implementation

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