toString method

  1. @override
String toString()
override

Returns the string representation of the ADAAddress.

Implementation

@override
String toString() {
  return address;
}