class DictDao { final int id; final String name; DictDao({ required this.id, required this.name}); }