Mutation$SaveEyeGraphUtil_UpdateDeviceAlarmThresholdsMutation$updateDeviceAlarmThresholds.fromJson constructor

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

Implementation

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