Username.dirty constructor

const Username.dirty(
  1. String value, {
  2. int minLength = 6,
  3. int? maxLength,
})

Implementation

const Username.dirty(super.value, {this.minLength = 6, this.maxLength})
    : super.dirty();