BMFHeading constructor Null safety

BMFHeading(
  1. {double? magneticHeading,
  2. double? trueHeading,
  3. double? headingAccuracy,
  4. double? x,
  5. double? y,
  6. double? z,
  7. String? timestamp}
)

有参构造

Implementation

BMFHeading({
  this.magneticHeading,
  this.trueHeading,
  this.headingAccuracy,
  this.x,
  this.y,
  this.z,
  this.timestamp,
});