You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.
I would like to keep some of the types generated by the super enum being private and not to expose some bloc events to the outside rather keeping them private to the package.
Should be pretty simple to generate those types with an understood like _SomeTyperGenerated. Well seems like _SomeTyperGenerated is only private in the own file. Wondering what else I could do.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I would like to keep some of the types generated by the super enum being private and not to expose some bloc events to the outside rather keeping them private to the package.
Should be pretty simple to generate those types with an understood like _SomeTyperGenerated. Well seems like _SomeTyperGenerated is only private in the own file. Wondering what else I could do.
The text was updated successfully, but these errors were encountered: