containsAll abstract method

bool containsAll(
  1. Characters other
)

Whether this sequence of characters contains other as a subsequence.

Implementation

bool containsAll(Characters other);