consumerShowWebWatermark property

  1. @TagNumber(3)
bool get consumerShowWebWatermark

Whether the consuming project shows the web watermark. Used to ensure library pages respect the consumer's watermark setting.

Implementation

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

Implementation

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