asMap method
The function returns a map with 'attributes' and 'itemID' keys and their corresponding values.
Implementation
Map asMap() => {
'attributes': attributes,
'itemID': itemID,
};
The function returns a map with 'attributes' and 'itemID' keys and their corresponding values.
Map asMap() => {
'attributes': attributes,
'itemID': itemID,
};