RotatingBarcodeTotpDetailsTotpParameters constructor

RotatingBarcodeTotpDetailsTotpParameters({
  1. String? key,
  2. int? valueLength,
})

Implementation

RotatingBarcodeTotpDetailsTotpParameters({
  this.key,
  this.valueLength,
});