mapEquals<T, U> static method

bool mapEquals<T, U>(
  1. Map<T, U>? a,
  2. Map<T, U>? b
)

Implementation

static bool mapEquals<T, U>(Map<T, U>? a, Map<T, U>? b) =>
    foundation.mapEquals(a, b);