Difficulty class

Constructors

Difficulty.new({required int? jlpt, required int? grade})
Difficulty.fromXml(XmlElement el)
factory

Properties

grade int?
The "grade" of the kanji.
final
hashCode int
The hash code for this object.
no setterinherited
jlpt int?
The pre-2010 level of the Japanese Language Proficiency Test (JLPT) in which the Kanji occurs. It goes from 4 (easiest) down to 1 (hardest).
final
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
toString() String
A string representation of this object.
inherited

Operators

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