class Postcard { String location; String message; Postcard({String this.location, String this.message}); }