DataWrapper<T>.success constructor

DataWrapper<T>.success(
  1. T? data
)

Implementation

DataWrapper.success(this.data) : status = Status.success;