ScriptExtensionsSet class final

An object that represents the Script_Extensions property for a single character

See the Rust documentation for ScriptExtensionsSet for more information.

Implemented types

Properties

count int
Get the number of scripts contained in here
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

contains(int script) bool
Check if the Script_Extensions property of the given code point covers the given script
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
scriptAt(int index) int?
Get script at index
toString() String
A string representation of this object.
inherited

Operators

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