containsAll method

bool containsAll(
  1. Iterable<CameraPurpose> other
)
inherited

Implementation

bool containsAll(Iterable<T> other) => other.every(this.contains);