TlGeofenceEvent constructor
TlGeofenceEvent({
- required String identifier,
- required TlGeofenceAction action,
- required TlLocation location,
- Map<
String?, Object?> ? extras,
Implementation
TlGeofenceEvent({
required this.identifier,
required this.action,
required this.location,
this.extras,
});