RxData<T> constructor

const RxData<T>(
  1. T data
)

Implementation

const RxData(this.data);