StreamUpdate<T> constructor Null safety

const StreamUpdate<T>(
  1. T value
)

Implementation

const StreamUpdate(this.value);