Mutation$SaveEyeGraphUtil_UpdateDeviceAlarmThresholdsMutation.fromJson constructor

Mutation$SaveEyeGraphUtil_UpdateDeviceAlarmThresholdsMutation.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory Mutation$SaveEyeGraphUtil_UpdateDeviceAlarmThresholdsMutation.fromJson(
  Map<String, dynamic> json,
) {
  final l$updateDeviceAlarmThresholds = json['updateDeviceAlarmThresholds'];
  final l$$__typename = json['__typename'];
  return Mutation$SaveEyeGraphUtil_UpdateDeviceAlarmThresholdsMutation(
    updateDeviceAlarmThresholds: l$updateDeviceAlarmThresholds == null
        ? null
        : Mutation$SaveEyeGraphUtil_UpdateDeviceAlarmThresholdsMutation$updateDeviceAlarmThresholds.fromJson(
            (l$updateDeviceAlarmThresholds as Map<String, dynamic>),
          ),
    $__typename: (l$$__typename as String),
  );
}