Untitled
user_9393521917
plain_text
a year ago
265 B
1
Indexable
Never
increment(int v) => order[v] = order[v].copyWith(quantitySet: order[v].quantitySet + 1); @action decrement(int v) => order[v] = order[v].copyWith(quantitySet: order[v].quantitySet - 1); @action setValue(int index, String value) { ord