canHandle method

bool canHandle(
  1. AnalyticAction action
)

Implementation

bool canHandle(AnalyticAction action) => action is A;