FontLoadMessage class

رسالة تُرسل إلى Isolate لتحميل خط

Constructors

FontLoadMessage({required int pageIndex, required String fontPath, required String fontName, required String url, required bool isWeb, List<String>? candidateUrls, required int generation})

Properties

candidateUrls List<String>?
final
fontName String
final
fontPath String
final
generation int
final
hashCode int
The hash code for this object.
no setterinherited
isWeb bool
final
pageIndex int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String
final

Methods

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

Operators

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