toString method
String representation of Location
for print
to logs.
Implementation
String toString() {
return '[Location ${map.toString()}]';
}
String representation of Location
for print
to logs.
String toString() {
return '[Location ${map.toString()}]';
}