Variables$Query$SaveEyeGraphUtil_GetDevicePopAndSerial.fromJson constructor

Variables$Query$SaveEyeGraphUtil_GetDevicePopAndSerial.fromJson(
  1. Map<String, dynamic> data
)

Implementation

factory Variables$Query$SaveEyeGraphUtil_GetDevicePopAndSerial.fromJson(
  Map<String, dynamic> data,
) {
  final result$data = <String, dynamic>{};
  final l$devicePoPAndSerialByIdId = data['devicePoPAndSerialByIdId'];
  result$data['devicePoPAndSerialByIdId'] = ensureDashedUuidFromId(
    l$devicePoPAndSerialByIdId,
  );
  return Variables$Query$SaveEyeGraphUtil_GetDevicePopAndSerial._(
    result$data,
  );
}