shouldHandle method

bool shouldHandle(
  1. dynamic item
)

Implementation

bool shouldHandle(dynamic item) => item is T;