canHandle<Child> method

bool canHandle<Child>()

Implementation

bool canHandle<Child>() => isSubType<T, Child>();