isExactly method Null safety
- Element element
Returns true
if representing the exact same class as element
.
Implementation
bool isExactly(Element element);
Returns true
if representing the exact same class as element
.
bool isExactly(Element element);