set method

void set(
  1. T newValue
)

Implementation

void set(T newValue) {
  _setValue((value: newValue, timestamp: DateTime.now()));
}