refresh method

void refresh()

Implementation

void refresh() {
  value = value.copyWith();
}