UpdateEvent<State> constructor
UpdateEvent<State> (
- State state
Creates an UpdateEvent instance with the specified state
.
Implementation
UpdateEvent(this.state);
Creates an UpdateEvent instance with the specified state
.
UpdateEvent(this.state);