Dart Documentationchrome.fontSettingsScriptCode

ScriptCode class

An ISO 15924 script code. The default, or global, script is represented by script code "Zyyy". enum of Afak, Arab, Armi, Armn, Avst, Bali, Bamu, Bass, Batk, Beng, Blis, Bopo, Brah, Brai, Bugi, Buhd, Cakm, Cans, Cari, Cham, Cher, Cirt, Copt, Cprt, Cyrl, Cyrs, Deva, Dsrt, Dupl, Egyd, Egyh, Egyp, Elba, Ethi, Geor, Geok, Glag, Goth, Gran, Grek, Gujr, Guru, Hang, Hani, Hano, Hans, Hant, Hebr, Hluw, Hmng, Hung, Inds, Ital, Java, Jpan, Jurc, Kali, Khar, Khmr, Khoj, Knda, Kpel, Kthi, Lana, Laoo, Latf, Latg, Latn, Lepc, Limb, Lina, Linb, Lisu, Loma, Lyci, Lydi, Mand, Mani, Maya, Mend, Merc, Mero, Mlym, Moon, Mong, Mroo, Mtei, Mymr, Narb, Nbat, Nkgb, Nkoo, Nshu, Ogam, Olck, Orkh, Orya, Osma, Palm, Perm, Phag, Phli, Phlp, Phlv, Phnx, Plrd, Prti, Rjng, Roro, Runr, Samr, Sara, Sarb, Saur, Sgnw, Shaw, Shrd, Sind, Sinh, Sora, Sund, Sylo, Syrc, Syre, Syrj, Syrn, Tagb, Takr, Tale, Talu, Taml, Tang, Tavt, Telu, Teng, Tfng, Tglg, Thaa, Thai, Tibt, Tirh, Ugar, Vaii, Visp, Wara, Wole, Xpeo, Xsux, Yiii, Zmth, Zsym, Zyyy

class ScriptCode extends ChromeObject {
 ScriptCode();
 ScriptCode.fromProxy(JsObject jsProxy): super.fromProxy(jsProxy);
}

Extends

ChromeObject > ScriptCode

Constructors

new ScriptCode() #

Create a new instance of a ChromeObject, which creates and delegates to a JsObject proxy.

docs inherited from ChromeObject
ScriptCode();

new ScriptCode.fromProxy(JsObject jsProxy) #

Create a new instance of a ChromeObject, which delegates to the given JsObject proxy.

docs inherited from ChromeObject
ScriptCode.fromProxy(JsObject jsProxy): super.fromProxy(jsProxy);

Properties

final jsProxy #

inherited from ChromeObject
final dynamic jsProxy

Methods

JsObject toJs() #

inherited from ChromeObject
JsObject toJs() => jsProxy;

String toString() #

inherited from ChromeObject

Returns a string representation of this object.

docs inherited from Object
String toString() => jsProxy.toString();