TextMapping constructor

TextMapping({
  1. String? atomKey,
  2. String? inputKey,
  3. int? inputTrack,
})

Implementation

TextMapping({
  this.atomKey,
  this.inputKey,
  this.inputTrack,
});