isTypeOf<T> method

bool isTypeOf<T>()

Implementation

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