toString method
String representation of GeofenceEvent
for print
to logs.
Implementation
String toString() {
return '[GeofenceEvent identifier: $identifier, action: $action, timestamp: $timestamp]';
}
String representation of GeofenceEvent
for print
to logs.
String toString() {
return '[GeofenceEvent identifier: $identifier, action: $action, timestamp: $timestamp]';
}