supports method
Returns whether this instance supports the given SourceOperationType.
Implementation
bool supports(SourceOperationType type) => supportedOperations.contains(type);
Returns whether this instance supports the given SourceOperationType.
bool supports(SourceOperationType type) => supportedOperations.contains(type);