shouldObscureText method

bool shouldObscureText()

Implementation

bool shouldObscureText() {
  return this == XTextInputType.password;
}