v1GetAuthenticatorsResponse constructor

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

Implementation

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