factory GRpcErrorResponse.fromJson(Map<String, dynamic> json) { return GRpcErrorResponse(error: InternalGRpcError.fromJson(json['error'])); }