EntityRead<T> constructor Null safety

const EntityRead<T>(
  1. T value
)

Implementation

const EntityRead(final T value) : super(value);