DataWrapper<T> constructor

DataWrapper<T>(
  1. List<T>? list,
  2. Object? error
)

Implementation

DataWrapper(this.list, this.error);