headingBold property
Print first line in pseudo-bold? FALSE is original style, TRUE is bold
Implementation
@$pb.TagNumber(9)
$core.bool get headingBold => $_getBF(8);
Implementation
@$pb.TagNumber(9)
set headingBold($core.bool value) => $_setBool(8, value);