NumberSegment constructor

NumberSegment(
  1. int number,
  2. String magnitude
)

Implementation

NumberSegment(this.number, this.magnitude);