ScriptRjng class

A class that represents the Rejang (Redjang, Kaganga) script.

Inheritance
Available Extensions

Constructors

ScriptRjng()
Creates a instance of ScriptRjng (Rejang (Redjang, Kaganga) 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
An optional string representing an alternative ISO code for the object. This is typically used for short code (2-letter, as codeShort) or numeric code (3-digit, as codeNumeric).
no setterinherited
date String
The date of addition of the script.
finalinherited
hashCode int
The hash code for this 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