Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid expanding the parameter type of operator== (#1017)
Object.operator== takes an `Object`, and no Dart runtime passes a `null` value to an `==` implementation. SvgTheme's implementation should not have an expanded parameter type of `dynamic`. See flutter/flutter#117838 for the overarching issue for Flutter. Co-authored-by: Dan Field <[email protected]>
- Loading branch information