MultiPinyin constructor

MultiPinyin({
  1. String? word,
  2. String? pinyin,
})

Implementation

MultiPinyin({this.word, this.pinyin});