combine method

Map combine(
  1. Map? other
)

Implementation

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