toString method
- @override
override
The String representation of an Entity which is just the name of the class.
Implementation
@override
String toString() {
return "doubleup";
}
The String representation of an Entity which is just the name of the class.
@override
String toString() {
return "doubleup";
}