fromMap method

void fromMap(
  1. Map map
)

Add all the values the the map into the current object. Is the same as addAll

Implementation

void fromMap(Map map) => addAll(map);