NavigationBearings constructor

NavigationBearings(
  1. double? angle,
  2. double? degree
)

Implementation

NavigationBearings(
  this.angle,
  this.degree,
);