MainDashBase<T> constructor

MainDashBase<T>(
  1. String urlParams,
  2. List<XDashboard> liDash, {
  3. Key? key,
  4. bool? dataIsNull,
})

Implementation

MainDashBase(this.urlParams, this.liDash, {Key? key, this.dataIsNull}) : super(key: key);