Dart
dart:html
FontFaceSet
onLoadingError property
description
onLoadingError property
Stream
<
FontFaceSetLoadEvent
>
onLoadingError
Implementation
Stream<FontFaceSetLoadEvent>
get
onLoadingError => loadingErrorEvent.forTarget(
this
);