type property

  1. @TagNumber(3)
AuthNKeyType type

the file type of the key

Implementation

@$pb.TagNumber(3)
AuthNKeyType get type => $_getN(2);
  1. @TagNumber(3)
void type=(AuthNKeyType v)

Implementation

@$pb.TagNumber(3)
set type(AuthNKeyType v) { setField(3, v); }