isEqual method

bool isEqual(
  1. List<E>? other
)

Implementation

bool isEqual(List<E>? other) => listEquals(this, other);