type property

  1. @TagNumber.new(2)
KeyType get type

Implementation

@$pb.TagNumber(2)
$21.KeyType get type => $_getN(1);
  1. @TagNumber.new(2)
set type (KeyType v)

Implementation

@$pb.TagNumber(2)
set type($21.KeyType v) { setField(2, v); }