algorithm property

  1. @TagNumber.new(4)
GoogleAuthenticatorImport_Algorithm get algorithm

Implementation

@$pb.TagNumber(4)
GoogleAuthenticatorImport_Algorithm get algorithm => $_getN(3);
  1. @TagNumber.new(4)
set algorithm (GoogleAuthenticatorImport_Algorithm v)

Implementation

@$pb.TagNumber(4)
set algorithm(GoogleAuthenticatorImport_Algorithm v) {
  setField(4, v);
}