DataWrapper<T> constructor

DataWrapper<T>({
  1. String? error,
  2. T? data,
})

Implementation

DataWrapper({this.error, this.data});