functionCall property

  1. @TagNumber(2)
FunctionCallPermission get functionCall

Implementation

@$pb.TagNumber(2)
FunctionCallPermission get functionCall => $_getN(1);
  1. @TagNumber(2)
set functionCall (FunctionCallPermission v)

Implementation

@$pb.TagNumber(2)
set functionCall(FunctionCallPermission v) {
  setField(2, v);
}