HanziRankInfo constructor
HanziRankInfo({})
Implementation
HanziRankInfo({
required this.hanzi,
required this.pinyin,
required this.simplifiedPinyin,
required this.radical,
required this.strokeCount,
required this.fequencyRank,
required this.hskLevel,
});