-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CopyWith on records #81
Comments
If I'm not mistaken, according to the feature specification a Record can't be extended as per:
It might be a useful feature, but apparently we can't implement it here. Please let me know if I'm missing something. |
Btw, I have an experience with code generation. So can't guarantee anything, but probably I can try to implement it if you are too busy |
I'm going to have a look at it. Not sure about the timing tho. |
Records are coming in the dart 3. They are pretty useful and the almost only drawback is the inability to copy them. I believe it's possible to implement as records can have extensions
So I imagine this api:
The text was updated successfully, but these errors were encountered: