Rotation constructor

Rotation({
  1. Timestamp? nextRotationTime,
  2. Duration? rotationPeriod,
})

Implementation

Rotation({this.nextRotationTime, this.rotationPeriod})
  : super(fullyQualifiedName);