Rotation constructor
Rotation({
- Timestamp? nextRotationTime,
- Duration? rotationPeriod,
Implementation
Rotation({this.nextRotationTime, this.rotationPeriod})
: super(fullyQualifiedName);