Textable constructor

Textable(
  1. String number,
  2. String label
)

Implementation

Textable(this.number, this.label);