operator == method
This class delegates operator== to the identity object.
Implementation
@override
operator ==(other) => other is StoreProxy<S> && identity == other.identity;
This class delegates operator== to the identity object.
@override
operator ==(other) => other is StoreProxy<S> && identity == other.identity;