HangulSyllableTypeItem class

Constructors

HangulSyllableTypeItem(int start, int end, String property, String category)
Default constructor

Properties

category String
Category
getter/setter pair
end int
End of the range
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
property String
Property
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start int
Start of the range
getter/setter pairinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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