Repeat constructor

Repeat(
  1. Object value, {
  2. Object? number,
})

Implementation

Repeat(this.value, {this.number});