isEqual static method

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

Implementation

static bool isEqual(dynamic value, Object? other) => i.isEqual(value, other);