isStructurallyEqualTo abstract method
Determines whether this type is the same as other
.
Deprecated: this getter is a part of the analyzer's private
implementation, and was exposed by accident (see
https://github.com/dart-lang/sdk/issues/59763). Please use ==
instead.
Implementation
@Deprecated('Use `==` instead')
bool isStructurallyEqualTo(covariant DartType other);