StatusData<T> constructor

StatusData<T>(
  1. T data
)

Implementation

StatusData(this.data);