Data constructor

Data({
  1. List<Object>? data,
})

Implementation

Data({
  this.data,
});