toMap method
Converts instance to a map.
Implementation
Map<String, dynamic> toMap() {
return {
"protectionSpace": protectionSpace.toMap(),
"error": error,
"failureResponse": failureResponse?.toMap(),
"previousFailureCount": previousFailureCount,
"proposedCredential": proposedCredential?.toMap(),
};
}