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
I think it might be possible to stop generating EnumClass classes and use normal enums instead, if we generate Serializers for the enums in gql_code_builder.
I'm not sure it's even possible but I find it annoying that we can't do exhaustive match on enums because of the EnumClass in built_value.
google/built_value.dart#1315
The text was updated successfully, but these errors were encountered: