entriesActiveMap<K, V> static method
entriesActiveMap Method that describes ActiveStateChanged of type ActiveMap when you add entry objects to the map
Implementation
static ActiveStateChanged entriesActiveMap<K, V>(
Iterable<MapEntry<K, V>> mapEntries,
{String? typeName}) {
return ActiveStateChanged(mapEntries, null,
typeName: typeName, info: 'Added Entries To Map: $mapEntries');
}