SetState.removeAtIndex constructor

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

Implementation

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