addAll method

void addAll(
  1. Map other
)

map extension

Implementation

void addAll(Map other) {
  stateData.addAll(other);
}