isCompatible method

bool isCompatible(
  1. ExecutableTask task
)

Implementation

bool isCompatible(ExecutableTask task) => T == task.runtimeType;