OtpCode.dirty constructor

const OtpCode.dirty(
  1. String value, {
  2. int length = 6,
})

Implementation

const OtpCode.dirty(super.value, {this.length = 6}) : super.dirty();