fontfaces property

Iterable<FontFace> get fontfaces

Implementation

Iterable<FontFace> get fontfaces => js_util.getProperty(this, 'fontfaces');
set fontfaces (Iterable<FontFace> newValue)

Implementation

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