factory StreamPartRaw.fromJson(Map<String, dynamic> json) => StreamPartRaw(rawValue: json['raw_value']);