script property
String?
get
script
The script used for writing the particular language used in the locale. Possible values are script codes as defined by ISO 15924.
Implementation
_i2.String? get script => _i5.getProperty(
this,
'script',
);
set
script
(String? value)
Implementation
set script(_i2.String? value) {
_i5.setProperty(
this,
'script',
value ?? _i4.undefined,
);
}