showBaselinesEnabled property

  1. @TagNumber(11)
bool get showBaselinesEnabled

Implementation

@$pb.TagNumber(11)
$core.bool get showBaselinesEnabled => $_getBF(10);
  1. @TagNumber(11)
set showBaselinesEnabled (bool v)

Implementation

@$pb.TagNumber(11)
set showBaselinesEnabled($core.bool v) { $_setBool(10, v); }