ShutterAngle.fromJson constructor

ShutterAngle.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory ShutterAngle.fromJson(Map<String, dynamic> json) =>
    _$ShutterAngleFromJson(json);