UpdateAppStateMutation.updateItemAtIndex constructor

UpdateAppStateMutation.updateItemAtIndex(
  1. String field,
  2. Object? index,
  3. Object? value
)

Implementation

UpdateAppStateMutation.updateItemAtIndex(
  this.field,
  Object? index,
  Object? value,
) : kind = UpdateAppStateMutationKind.updateItemAtIndex,
    index = normalizeExpression(index),
    amount = null,
    value = normalizeExpression(value);