UpdateAppStateMutation.set constructor

UpdateAppStateMutation.set(
  1. String field,
  2. Object? value
)

Implementation

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