toMap method

void toMap(
  1. MapItem map, {
  2. Object? arguments,
})

Implementation

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