isHtml property

  1. @TagNumber(6)
bool get isHtml

Should not be overridable

Implementation

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

Implementation

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