WritingSystem class
A class that represents a writing system.
A writing system is a set of symbols used to represent the sounds of a language. Examples of writing systems include the Latin alphabet, the Cyrillic alphabet, the Chinese script, etc.
- Implemented types
- Annotations
-
- @Deprecated.subclass("This class will be marked as `final` in the next major version to support " "deep immutability optimizations. Do not extend or implement this class.")
Constructors
- WritingSystem({required String name})
-
Creates a new instance of WritingSystem with the specified name.
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
{bool short = true}) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited