grantType property

  1. @TagNumber(1)
GrantType grantType

Implementation

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

Implementation

@$pb.TagNumber(1)
set grantType(GrantType v) { setField(1, v); }