ctype property

  1. @TagNumber(1)
FieldOptions_CType ctype

Implementation

@$pb.TagNumber(1)
FieldOptions_CType get ctype => $_getN(0);
  1. @TagNumber(1)
void ctype=(FieldOptions_CType v)

Implementation

@$pb.TagNumber(1)
set ctype(FieldOptions_CType v) {
  setField(1, v);
}