toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final atomKey = this.atomKey;
  final inputKey = this.inputKey;
  final inputTrack = this.inputTrack;
  return {
    'atomKey': ?atomKey,
    'inputKey': ?inputKey,
    'inputTrack': ?inputTrack,
  };
}