Distortion.fromJson constructor

Distortion.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory Distortion.fromJson(Map<String, Object?> json) => _$DistortionFromJson(json);