googleNavBarSettings property

  1. @TagNumber(9)
FFGoogleNavBarSettings get googleNavBarSettings

Google nav bar specific properties

Implementation

@$pb.TagNumber(9)
FFGoogleNavBarSettings get googleNavBarSettings => $_getN(8);
  1. @TagNumber(9)
set googleNavBarSettings (FFGoogleNavBarSettings value)

Implementation

@$pb.TagNumber(9)
set googleNavBarSettings(FFGoogleNavBarSettings value) =>
    $_setField(9, value);