We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
May I ask this plugin to support _initializeBuilder / _finalizeBuilder? It has been supported since 6.8.0 https://pub.dev/packages/built_value/changelog#681 And here is sample code.
_initializeBuilder
_finalizeBuilder
6.8.0
static void _initializeBuilder($Builder$ b) {} static void _finalizeBuilder($Builder$ b) {}
Thank you
The text was updated successfully, but these errors were encountered:
hello, from version 8.1, do you think it is necessary?
Sorry, something went wrong.
No branches or pull requests
May I ask this plugin to support
_initializeBuilder
/_finalizeBuilder
?It has been supported since
6.8.0
https://pub.dev/packages/built_value/changelog#681
And here is sample code.
Thank you
The text was updated successfully, but these errors were encountered: