showFullScreen property

  1. @TagNumber(7)
bool get showFullScreen

Should not be overridable - it controls a lot more than just a property.

Implementation

@$pb.TagNumber(7)
$core.bool get showFullScreen => $_getBF(6);
  1. @TagNumber(7)
set showFullScreen (bool value)

Implementation

@$pb.TagNumber(7)
set showFullScreen($core.bool value) => $_setBool(6, value);