isInstance<T> method

bool isInstance<T>()

Implementation

bool isInstance<T>() => Validator.isInstance(this, T);