Untitled
user_9393521917
plain_text
3 years ago
265 B
5
Indexable
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) {
ordEditor is loading...