TGetAuthenticatorsResponse constructor

const TGetAuthenticatorsResponse({
  1. required List<v1Authenticator> authenticators,
})

Implementation

const TGetAuthenticatorsResponse({
  required  this.authenticators,
});