isStructurallyEqualTo abstract method

  1. @Deprecated('Use `==` instead')
bool isStructurallyEqualTo(
  1. covariant DartType other
)

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);