operator == method

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

Equality operator to compare with the singleton instance of XRP.

Implementation

@override
operator ==(other) {
  return identical(this, other);
}