SetState constructor

SetState(
  1. String field,
  2. Object? value
)

Implementation

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