type property

  1. @TagNumber.new(5)
int get type

Implementation

@$pb.TagNumber(5)
$core.int get type => $_getIZ(4);
  1. @TagNumber.new(5)
set type (int v)

Implementation

@$pb.TagNumber(5)
set type($core.int v) { $_setSignedInt32(4, v); }