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