canHandle method

bool canHandle(
  1. dynamic value
)

Implementation

bool canHandle(var value) {
  return value is T;
}