type property

  1. @TagNumber(1)
AuthenticationType type

Implementation

@$pb.TagNumber(1)
AuthenticationType get type => $_getN(0);
  1. @TagNumber(1)
void type=(AuthenticationType v)

Implementation

@$pb.TagNumber(1)
set type(AuthenticationType v) { setField(1, v); }