merge method

void merge(
  1. dynamic mapData
)

Implementation

void merge(dynamic mapData) => _map.addAll(Map.from(mapData));