factory NoiseReducerFilterSettings.fromJson(Map<String, dynamic> json) { return NoiseReducerFilterSettings( strength: json['strength'] as int?, ); }