operator == method

  1. @override
  2. @nonVirtual
bool operator ==(
  1. Object other
)
override

Subclasses should not override this method. It is used internally by WatchableRef.watch.

Implementation

@override
@nonVirtual
bool operator ==(Object other) => super == other;