Skip to content

Instantly share code, notes, and snippets.

@fredgrott
Created March 2, 2025 16:22
Show Gist options
  • Save fredgrott/ebc0b18d4526d30f29604eddfceb26f5 to your computer and use it in GitHub Desktop.
Save fredgrott/ebc0b18d4526d30f29604eddfceb26f5 to your computer and use it in GitHub Desktop.
domain model
mixin DomainModel {
late String id;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment