Rotation constructor

Rotation({
  1. required double rotationHz,
})

Create a new Rotation.

Implementation

Rotation({required this.rotationHz});