DataEntity<T, S> constructor

DataEntity<T, S>([
  1. T? value
])

Create a new DataEntity with value

Implementation

DataEntity([this.value]);