toMap property
Implementation
Map<String, dynamic> get toMap => {
'timestamp': timestamp,
'reference': reference,
'authMethod': authMethod,
'errorMessage': errorMessage,
'errorType': errorType,
'mfaType': mfaType,
'pageName': pageName,
'prevAuthMethod': prevAuthMethod,
'selectedAccountsCount': selectedAccountsCount,
'institution': institution,
};