toMap method

  1. @override
Map toMap()
override

Returns the internal map as a Map.

This method provides access to the underlying map data.

@return A Map containing all key-value pairs.

Implementation

@override
Map toMap() => _map;