HanziRankInfo class
Constructors
- HanziRankInfo({required String hanzi, required String pinyin, required String simplifiedPinyin, required String radical, required int strokeCount, required int fequencyRank, required int hskLevel})
- HanziRankInfo.fromMap(Map data)
-
factory
Properties
- fequencyRank ↔ int
-
the smaller the rank, the most frequent the hanzi
in Chinese language based on
Jun Da's Modern Chinese Character Frequency List
getter/setter pair
- hanzi ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hskLevel ↔ int
-
getter/setter pair
- pinyin ↔ String
-
getter/setter pair
- radical ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- simplifiedPinyin ↔ String
-
getter/setter pair
- strokeCount ↔ int
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited