Rotation constructor

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

Implementation

Rotation({
  this.nextRotationTime,
  this.rotationPeriod,
});