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