ScriptLoma class
A class that represents the Loma script.
- Inheritance
-
- Object
- WritingSystem
- Script
- ScriptLoma
- Available extensions
Constructors
- ScriptLoma()
-
Creates a instance of ScriptLoma (Loma script).
const
Properties
- code → String
-
A four-character string representing the ISO 15924 code for the script.
finalinherited
- codeNumeric → String
-
A three-digit string representing the ISO 15924 numeric code for the
script.
finalinherited
- codeOther → String
-
A three-digit string representing the ISO 15924 numeric code for the
script.
no setterinherited
- date → String
-
The date of addition of the script.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- internationalName → String
-
An String representing the international name of the object. This is
typically a English name of the ISO object.
no setterinherited
- name → String
-
The common name of the object.
finalinherited
-
namesNative
→ List<
String> ? -
An optional list of objects representing the native names of the object.
no setterinherited
- pva → String?
-
The property value alias for the script.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
{JsonCodec codec = const JsonCodec()}) → String -
Returns a JSON-encoded string representation of the object.
inherited
-
toString(
{bool short = true}) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited