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