TrackSourceSettings constructor

TrackSourceSettings({
  1. int? trackNumber,
})

Implementation

TrackSourceSettings({
  this.trackNumber,
});