eq method

bool eq(
  1. Map other
)

判断两个 Map 是否相等

Implementation

bool eq(Map other) => _mapEquality.equals(this, other);