LocationMarkerPosition.unchecked constructor
const
LocationMarkerPosition.unchecked({})
Create a LocationMarkerPosition without validation.
Implementation
const LocationMarkerPosition.unchecked({
required this.latitude,
required this.longitude,
required this.accuracy,
});