isFill method

bool isFill()

Check if target mask is filled

Implementation

bool isFill() {
  return _resultTextArray.length == _maskLength;
}