aliasType property

  1. @TagNumber(10)
Alias_Type aliasType

Implementation

@$pb.TagNumber(10)
Alias_Type get aliasType => $_getN(4);
  1. @TagNumber(10)
void aliasType=(Alias_Type v)

Implementation

@$pb.TagNumber(10)
set aliasType(Alias_Type v) { setField(10, v); }