MetaDataUserListToMap extension
Provides an extension method to convert MetaDataUserList to a map.
This extension adds functionality to the MetaDataUserList class, allowing instances to be easily converted to a map structure for JSON serialization or other uses.
Methods
-
toMap(
) → Map< String, dynamic> -
Available on MetaDataUserList, provided by the MetaDataUserListToMap extension
Converts a MetaDataUserList instance to a map.