type property
the file type of the key
Implementation
@$pb.TagNumber(3)
AuthNKeyType get type => $_getN(2);
Implementation
@$pb.TagNumber(3)
set type(AuthNKeyType v) { setField(3, v); }
the file type of the key
@$pb.TagNumber(3)
AuthNKeyType get type => $_getN(2);
@$pb.TagNumber(3)
set type(AuthNKeyType v) { setField(3, v); }