Map<String, Object?> toJson() { return { 'responseText': responseText, 'responseInfo': responseInfo!.toJson(), 'error': error }; }