FontLoadResult class

A simple immutable container object for font load result data.

Constructors

FontLoadResult({bool isLoaded = true, bool didTimeout = false})

Properties

didTimeout bool
true if timed out while waiting for the font to be loaded
final
hashCode int
The hash code for this object.
no setterinherited
isLoaded bool
true if the font is loaded successfully, false otherwise
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited