supports method

bool supports(
  1. SourceOperationType type
)

Returns whether this instance supports the given SourceOperationType.

Implementation

bool supports(SourceOperationType type) => supportedOperations.contains(type);