ChannelData<T> constructor

const ChannelData<T>(
  1. T value,
  2. DateTime timestamp,
  3. String userId
)

Implementation

const ChannelData(this.value, this.timestamp, this.userId);