RotationConfig constructor

RotationConfig({
  1. bool? enabled,
  2. String? rotationInterval,
})

Implementation

RotationConfig({this.enabled, this.rotationInterval});