HanziRankInfo constructor

HanziRankInfo({
  1. required String hanzi,
  2. required String pinyin,
  3. required String simplifiedPinyin,
  4. required String radical,
  5. required int strokeCount,
  6. required int fequencyRank,
  7. required int hskLevel,
})

Implementation

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