mapsEqual function

bool mapsEqual(
  1. Map? a,
  2. Map? b
)

Implementation

bool mapsEqual(Map? a, Map? b) => const MapEquality().equals(a, b);