JsCallState constructor
JsCallState(
- String name,
- dynamic value
Example
this.setState({ $name: this.state.$value});
Implementation
JsCallState(this.name, this.value);
this.setState({ $name: this.state.$value});
JsCallState(this.name, this.value);