IdUser.dirty constructor

const IdUser.dirty(
  1. String value, {
  2. int maxLength = 7,
})

Implementation

const IdUser.dirty(super.value, {this.maxLength = 7}) : super.dirty();