RotatingBarcodeTotpDetails constructor

RotatingBarcodeTotpDetails({
  1. String? algorithm,
  2. List<RotatingBarcodeTotpDetailsTotpParameters>? parameters,
  3. String? periodMillis,
})

Implementation

RotatingBarcodeTotpDetails({
  this.algorithm,
  this.parameters,
  this.periodMillis,
});