GeolocationEvent<T> constructor

const GeolocationEvent<T>({
  1. required EventType type,
  2. required T data,
})

Implementation

const GeolocationEvent({
  required this.type,
  required this.data,
});