isDerived method

bool isDerived (T value)

Implementation

bool isDerived(T value) => value is R;