operator == method
Subclasses should not override this method.
It is used internally by dependencies
and dependents
.
Implementation
@override
@nonVirtual
bool operator ==(Object other) {
return identical(this, other);
}
Subclasses should not override this method.
It is used internally by dependencies
and dependents
.
@override
@nonVirtual
bool operator ==(Object other) {
return identical(this, other);
}