values constant

Implementation

static const $core.List<GoogleAuthenticatorImport_Algorithm> values =
    <GoogleAuthenticatorImport_Algorithm>[
  ALGORITHM_UNSPECIFIED,
  ALGORITHM_SHA1,
  ALGORITHM_SHA256,
  ALGORITHM_SHA512,
  ALGORITHM_MD5,
];