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
Tidy up ContainerAccessor.isInherited and super parameters (#3812)
ContainerAccessor._isInherited was unnecessarily backed by a getter,
unnecessarily mutable, and unnecessarily set in a constructor body rather than
an initializer.
This led me to discover we also weren't using super parameters everywhere we
could be. So I fixed these as well.
0 commit comments