set method

void set(
  1. T newValue
)

Implementation

void set(T newValue) => _setValue(newValue);