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