textFormats property

Iterable<TextFormat> textFormats

Implementation

Iterable<TextFormat> get textFormats =>
    js_util.getProperty(this, 'textFormats');
void textFormats=(Iterable<TextFormat> newValue)

Implementation

set textFormats(Iterable<TextFormat> newValue) {
  js_util.setProperty(this, 'textFormats', newValue);
}