-
Notifications
You must be signed in to change notification settings - Fork 397
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
Support Dart 3 Record types #1314
Merged
Merged
Conversation
This file contains 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
kevmoo
force-pushed
the
1222_record_support
branch
2 times, most recently
from
May 16, 2023 00:26
5738073
to
2444fb1
Compare
kevmoo
force-pushed
the
1222_record_support
branch
from
May 16, 2023 03:29
2444fb1
to
de50e3d
Compare
Package publishing
Documentation at https://github.com/dart-lang/ecosystem/wiki/Publishing-automation. |
The implementation is less than 200 lines. Most of this is auto-generated test code. |
Closed
jakemac53
approved these changes
May 16, 2023
@@ -0,0 +1,124 @@ | |||
import 'package:analyzer/dart/element/type.dart'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: copyright
natebosch
approved these changes
May 16, 2023
Are there examples or other documentation on how to serialize and deserialize records? |
Just have to use records as properties/fields in a class and they will
serialize.
…On Tue, Jul 18, 2023 at 3:18 AM Dampfwalze ***@***.***> wrote:
Are there examples or other documentation on how to serialize and
deserialize records?
—
Reply to this email directly, view it on GitHub
<#1314 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAEFCSTXY7DOU72II65M23XQZPGNANCNFSM6AAAAAAX6WJRIE>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #1222