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