factory StreamPartError.fromJson(Map<String, dynamic> json) => StreamPartError(error: json['error']);