part 'yokutango_entry.dart'; part 'kanji_entry.dart'; abstract class DataEntry { const DataEntry(); }