@override void updateValue(value, {bool withTime = true}) { chosenValue.add(value); if(withTime){ updateTime(); } }