BMFHeading constructor

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});