textFormats property
Iterable<TextFormat>
get
textFormats
Implementation
Iterable<TextFormat> get textFormats =>
js_util.getProperty(this, 'textFormats');
set
textFormats
(Iterable<TextFormat> newValue)
Implementation
set textFormats(Iterable<TextFormat> newValue) {
js_util.setProperty(this, 'textFormats', newValue);
}