showConsentAtLaunch property

  1. @TagNumber(4)
bool get showConsentAtLaunch

Implementation

@$pb.TagNumber(4)
$core.bool get showConsentAtLaunch => $_getBF(3);
  1. @TagNumber(4)
set showConsentAtLaunch (bool value)

Implementation

@$pb.TagNumber(4)
set showConsentAtLaunch($core.bool value) => $_setBool(3, value);