Created
March 2, 2025 16:22
-
-
Save fredgrott/ebc0b18d4526d30f29604eddfceb26f5 to your computer and use it in GitHub Desktop.
domain model
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mixin DomainModel { | |
late String id; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment