GeoFence constructor
GeoFence({})
Implementation
GeoFence({
required this.name,
this.description,
required this.latitude,
required this.longitude,
required this.radius,
required this.color,
});
GeoFence({
required this.name,
this.description,
required this.latitude,
required this.longitude,
required this.radius,
required this.color,
});