void toMap(MapItem map, {Object? arguments}) { _currentMap = (_, __) => map; _arguments = arguments; notifyListeners(); }