Band constructor

Band({
  1. int? channelNumber,
  2. String? name,
  3. int? number,
})

Implementation

Band({this.channelNumber, this.name, this.number});