void updateMask(String mask, {bool moveCursorToEnd = true}) { this.mask = mask; updateText(text); if (moveCursorToEnd) { this.moveCursorToEnd(); } }