hasTextShadows property

  1. @TagNumber(1)
bool get hasTextShadows

Implementation

@$pb.TagNumber(1)
$core.bool get hasTextShadows => $_getBF(0);
  1. @TagNumber(1)
set hasTextShadows (bool value)

Implementation

@$pb.TagNumber(1)
set hasTextShadows($core.bool value) => $_setBool(0, value);