UpdateAppStateMutation.insertAtIndex constructor

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

Implementation

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