isEqual abstract method

bool isEqual(
  1. dynamic value,
  2. Object? other
)

Checks whether two values are deeply equal.

Implementation

bool isEqual(dynamic value, Object? other);