isFill method

bool isFill()

Check if mask is filled.

Implementation

bool isFill() => _resultTextArray.length == _maskLength;