EntityInfo constructor

EntityInfo({
  1. required String name,
  2. String? tagIndex,
  3. String? namePinyin,
})

Implementation

EntityInfo({
  required this.name,
   this.tagIndex,
   this.namePinyin,
});