GeolocationEvent<T> constructor
- required EventType type,
- required T data,
Implementation
const GeolocationEvent({
required this.type,
required this.data,
});
const GeolocationEvent({
required this.type,
required this.data,
});