TlGeofenceEvent constructor

TlGeofenceEvent({
  1. required String identifier,
  2. required TlGeofenceAction action,
  3. required TlLocation location,
  4. Map<String?, Object?>? extras,
})

Implementation

TlGeofenceEvent({
  required this.identifier,
  required this.action,
  required this.location,
  this.extras,
});