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
@DataClass()
mixin NetworkError on _NetworkErrorBase {
}
and then I got a cryptic error from the dart compiler because of cyclic inheritance. The DataClass and SumType annotation should output a warning in this case.