Gets the value of "hyphenate-character"
Source
String get hyphenateCharacter => getPropertyValue('hyphenate-character');
Sets the value of "hyphenate-character"
Source
set hyphenateCharacter(String value) { setProperty('hyphenate-character', value, ''); }