RecvData<T> constructor
const
RecvData<T> (
- T value
Wraps the value the channel delivered.
Implementation
const RecvData(this.value);
Wraps the value the channel delivered.
const RecvData(this.value);