isExactly abstract method

bool isExactly(
  1. Element? element
)

Returns true if representing the exact same class as element.

Implementation

bool isExactly(Element? element);