toMap method

  1. @override
Map<String, String> toMap()
override

Creates an unmodifiable Map from the current IMap instance.

Implementation

@override
Map<String, String> toMap() => _iMap.toMap();