ValueWrap<T> constructor

ValueWrap<T>({
  1. T? data,
})

构造函数,用于初始化 ValueWrap 实例 data 可选参数,用于初始化存储的数据

Implementation

ValueWrap({this.data});