JsCallState constructor

JsCallState(
  1. String name,
  2. dynamic value
)

Example

this.setState({ $name: this.state.$value});

Implementation

JsCallState(this.name, this.value);