class Object1 { final String id; List lists = []; Object1({this.id, this.lists}); class Object1list { final String id; final String item;