combine method

Map combine(
  1. Map? other
)

Implementation

Map combine(Map? other) => MapWriter.combine(this, other);