asMap method
Implementation
Map asMap() => {
'authID': authId,
'agreements': agreements?.asMap(),
'attributes': attributes
};
Map asMap() => {
'authID': authId,
'agreements': agreements?.asMap(),
'attributes': attributes
};