NoiseReduction.fromJson constructor

NoiseReduction.fromJson(
  1. Map<String, dynamic> j
)

Implementation

factory NoiseReduction.fromJson(Map<String, dynamic> j) => NoiseReduction(type: NoiseReductionType.fromJson(j['type']));