toMap method

JsonMap toMap()

Implementation

JsonMap toMap() => {
      'id': id,
      'geofenceIdentifier': geofenceIdentifier,
      'action': action.name,
      'cooldownSeconds': cooldownSeconds,
    };