SegmentModel constructor

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

Implementation

SegmentModel(this.number, this.magnitude);