setValue method

void setValue(
  1. String value
)

Implementation

void setValue(String value) => this.value = value.obs;