PositionNMEARMC constructor
PositionNMEARMC({})
Returns a new PositionNMEARMC instance.
Implementation
PositionNMEARMC({
this.sentence,
this.type,
this.timestamp,
this.status,
this.lat,
this.latPole,
this.lon,
this.lonPole,
this.speedKnots,
this.trackTrue,
this.date,
this.variation,
this.variationPole,
this.talkerId,
});