KvgRadicalData class

KvgRadicalData contains data about a particular radical in a kanji.

Constructors

KvgRadicalData.new({required String id, required String element, required String original, required KvgRadicalPosition position, required KvgRadicalType type})
Constructor for an instance of KvgRadicalData.
const

Properties

element String
Radical that is present in a character (e.g. 亻).
final
hashCode int
The hash code for this object.
no setterinherited
id String
The KanjiVG identification number for this radical.
final
original String
Original form of an element (e.g. 人 for 亻).
final
position KvgRadicalPosition
Position of a radical.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type KvgRadicalType
Source of the information about this radical.
final

Methods

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

Operators

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