setValue method

void setValue(
  1. T? to
)

Implementation

void setValue(T? to) {
  value = to;
}