-
Notifications
You must be signed in to change notification settings - Fork 173
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
Add inline doc comments to the Dart and Flutter SDKs #671
Add inline doc comments to the Dart and Flutter SDKs #671
Conversation
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.
Awesome looking great. Couple of typos to correct.
return 'write("$role")'; | ||
} | ||
|
||
/// Update permission for provided [role] |
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.
/// Update permission for provided [role] | |
/// Create permission for provided [role] |
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.
@lohanidamodar, I've fixed this typo.
/// [value] can be a single value or a list. If a list is used | ||
/// the query will return resources where [attribute] is equal |
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.
this part is suitable for many other filters, let's update all relevant
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.
You mean for the other sdks? You want me to add it for all of them now? Would it be quicker to get this in first and then work on the other soon after?
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.
I mean for other methods in this query file
121af7a
to
b8a91f1
Compare
What does this PR do?
Add docs that will appear in IDEs and on pub.dev.
Test Plan
Manually generated SDKs:
Related PRs and Issues
Have you read the Contributing Guidelines on issues?
Yes