Skip to content

Instantly share code, notes, and snippets.

@smaugho
Last active April 26, 2017 23:04
Show Gist options
  • Save smaugho/09fea6efb8edcfe9af5f8f062626cc78 to your computer and use it in GitHub Desktop.
Save smaugho/09fea6efb8edcfe9af5f8f062626cc78 to your computer and use it in GitHub Desktop.
Address Model
@UseModel
class Address {
String street;
String number;
String city;
String country;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment