Title constructor

Title({
  1. Code? code,
  2. String? text,
})

Implementation

Title({
  this.code,
  this.text,
});