Skip to content

Instantly share code, notes, and snippets.

@theboreddev
Created July 24, 2020 06:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theboreddev/f8c0bd4ab0888a51034530598b6af174 to your computer and use it in GitHub Desktop.
Save theboreddev/f8c0bd4ab0888a51034530598b6af174 to your computer and use it in GitHub Desktop.
address_record
public record AddressRecord(String firstLine, String secondLine, String postCode) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment