Dart
dart:html
FontFace
loaded property
loaded
FontFace class
Constructors
FontFace
Properties
display
family
featureSettings
loaded
status
stretch
style
unicodeRange
variant
weight
hashCode
runtimeType
Methods
load
noSuchMethod
toString
Operators
operator ==
loaded property
Future
<
FontFace
>
loaded
Implementation
Future<FontFace> get loaded => promiseToFuture<FontFace>(JS("", "#.loaded", this));