isFill method

bool isFill()

Implementation

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