matchTextDirection property
bool
get
matchTextDirection
Implementation
@$pb.TagNumber(4)
$core.bool get matchTextDirection => $_getBF(3);
set
matchTextDirection
(bool value)
Implementation
@$pb.TagNumber(4)
set matchTextDirection($core.bool value) => $_setBool(3, value);