prop_enableIMEPersonalizedLearning property

  1. @protected
  2. @nonVirtual
bool prop_enableIMEPersonalizedLearning
inherited

Implementation

@protected
@nonVirtual
bool get prop_enableIMEPersonalizedLearning {
  if (!this._$rxProp_enableIMEPersonalizedLearning.wasInit()) {
    this._$rxProp_enableIMEPersonalizedLearning.setValue(
        this.widget.$getProp("enableIMEPersonalizedLearning", true));
  }
  return this._$rxProp_enableIMEPersonalizedLearning.getValue();
}