Untitled

 avatar
user_9393521917
plain_text
2 years ago
265 B
2
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) {
    ord