RecvData<T> constructor

const RecvData<T>(
  1. T value
)

Wraps the value the channel delivered.

Implementation

const RecvData(this.value);