class Location { String region = ""; String location = ""; String locale = ""; String image = ""; Location({ this.region = "", this.location = "", this.locale = "", this.image = "assets/default.png", }); }