toString method
override
Returns a string representation of this object.
Implementation
String toString() {
return this.value.toString();
}
Returns a string representation of this object.
String toString() {
return this.value.toString();
}