isSupporting<U> method

bool isSupporting<U>(
  1. dynamic value
)

Implementation

bool isSupporting<U>(dynamic value) => value is S && U == D;