customCloudFunctionResponseField property

  1. @TagNumber(30)
FFCustomCloudFunctionResponseField get customCloudFunctionResponseField

Implementation

@$pb.TagNumber(30)
FFCustomCloudFunctionResponseField get customCloudFunctionResponseField =>
    $_getN(29);
  1. @TagNumber(30)
set customCloudFunctionResponseField (FFCustomCloudFunctionResponseField value)

Implementation

@$pb.TagNumber(30)
set customCloudFunctionResponseField(
        FFCustomCloudFunctionResponseField value) =>
    $_setField(30, value);