menu
incognia_flutter package
documentation
event_location.dart
EventLocation
EventLocation.new constructor
EventLocation.new constructor
dark_mode
light_mode
EventLocation
constructor
EventLocation
(
{
required
double
latitude
,
required
double
longitude
,
int
?
timestamp
,
})
Implementation
EventLocation({ required this.latitude, required this.longitude, this.timestamp, });
incognia_flutter package
documentation
event_location
EventLocation
EventLocation.new constructor
EventLocation class