IsolateWorkerStateEvent<S> constructor
IsolateWorkerStateEvent<S> (
- String? id,
- S state
Implementation
IsolateWorkerStateEvent(this.id, this.state);
IsolateWorkerStateEvent(this.id, this.state);