toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (highBoost != null) 'highBoost': highBoost!,
  if (lowBoost != null) 'lowBoost': lowBoost!,
  if (lufs != null) 'lufs': lufs!,
};