toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final highBoost = this.highBoost;
  final lowBoost = this.lowBoost;
  final lufs = this.lufs;
  return {'highBoost': ?highBoost, 'lowBoost': ?lowBoost, 'lufs': ?lufs};
}