isThis<T> method

bool isThis<T>()

Determines if the object is the type specified

Implementation

bool isThis<T>() => this is T;