authorizationType property

  1. @TagNumber(4)
AuthorizationType authorizationType

Implementation

@$pb.TagNumber(4)
AuthorizationType get authorizationType => $_getN(3);
  1. @TagNumber(4)
void authorizationType=(AuthorizationType v)

Implementation

@$pb.TagNumber(4)
set authorizationType(AuthorizationType v) { setField(4, v); }