Data<T> constructor

const Data<T>(
  1. T value
)

Implementation

const Data(this.value);