isOperationGroupSame method
Whether the operation group at operationKey is identity-equal to
the one captured by captureOperationGroupToken.
Implementation
bool isOperationGroupSame(TKey operationKey, Object? token) =>
token != null && identical(_opGroupAt(operationKey), token);