setDraft method

void setDraft(
  1. String v
)

Implementation

void setDraft(String v) {
  _draft = v;
  // no notify — the field owns its text; commit applies it.
}