RotationRulesType constructor

RotationRulesType({
  1. int? automaticallyAfterDays,
})

Implementation

RotationRulesType({
  this.automaticallyAfterDays,
});