updateText method

void updateText(
  1. String text
)

Implementation

void updateText(String text) {
  this.text = _applyMask(mask, text);

  _lastUpdatedText = this.text;
}