UpdateAppStateMutation.removeAtIndex constructor

UpdateAppStateMutation.removeAtIndex(
  1. String field,
  2. Object? index
)

Implementation

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