type property

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

Implementation

@$pb.TagNumber(2)
AggregateType get type => $_getN(1);
  1. @TagNumber.new(2)
set type (AggregateType value)

Implementation

@$pb.TagNumber(2)
set type(AggregateType value) => $_setField(2, value);