OptLocation constructor
const
OptLocation({})
Implementation
const OptLocation(
{required this.position,
required this.altitude,
required this.bearing,
required this.speed,
required this.horizontalAccuracy,
required this.verticalAccuracy,
required this.timestamp,
required this.heading});