addValue method

void addValue(
  1. String? value
)

Implementation

void addValue(String? value) {
  valueList.add(value);
}