cloudFunctionSettings property

  1. @TagNumber(7)
FFCloudFunctionSettings get cloudFunctionSettings

@doc Firebase cloud function settings for the project.

Implementation

@$pb.TagNumber(7)
FFCloudFunctionSettings get cloudFunctionSettings => $_getN(6);
  1. @TagNumber(7)
set cloudFunctionSettings (FFCloudFunctionSettings value)

Implementation

@$pb.TagNumber(7)
set cloudFunctionSettings(FFCloudFunctionSettings value) =>
    $_setField(7, value);