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 would expect TypeChecker.isAssignableFromType(staticType) to take the nullability of the types into account. It returns true incorrectly if the TypeChecker type is not nullable but staticType is nullable.
Dart SDK version: 2.16.1
The text was updated successfully, but these errors were encountered:
I would expect
TypeChecker.isAssignableFromType(staticType)
to take the nullability of the types into account. It returnstrue
incorrectly if the TypeChecker type is not nullable butstaticType
is nullable.Dart SDK version: 2.16.1
The text was updated successfully, but these errors were encountered: