type property

  1. @TagNumber(1)
AuthenticationType get type

Implementation

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

Implementation

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