append method Null safety

void append(
  1. dynamic map
)

Appends new elements to this map.

  • map a map with elements to be added.