functionCall property

  1. @TagNumber.new(2)
FunctionCallPermission get functionCall

Implementation

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

Implementation

@$pb.TagNumber(2)
set functionCall(FunctionCallPermission value) => $_setField(2, value);