Query$SaveEyeGraphUtil_GetDevicePopAndSerial.fromJson constructor

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

Implementation

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