DevicePosition constructor
DevicePosition({
- PositionNMEA? nmea,
- PositionRAW? raw,
- Position3gppLacCi? n3gppLacCi,
Returns a new DevicePosition instance.
Implementation
DevicePosition({
this.nmea,
this.raw,
this.n3gppLacCi,
});