BMFHeading constructor Null safety
- {double? magneticHeading,
- double? trueHeading,
- double? headingAccuracy,
- double? x,
- double? y,
- double? z,
- String? timestamp}
有参构造
Implementation
BMFHeading({
this.magneticHeading,
this.trueHeading,
this.headingAccuracy,
this.x,
this.y,
this.z,
this.timestamp,
});