Add items to items list from valuable values
void addItemValues({required String title, required String value}) { items.add(Valuable(title: title, value: value)); }