TrackConfig constructor

TrackConfig({
  1. String? formFactor,
  2. String? track,
  3. String? type,
})

Implementation

TrackConfig({
  this.formFactor,
  this.track,
  this.type,
});