toString method

String toString()
override

String representation of GeofenceEvent for print to logs.

Implementation

String toString() {
  return '[GeofenceEvent identifier: $identifier, action: $action, timestamp: $timestamp]';
}