Data constructor

Data({
  1. String? url,
})

Implementation

Data({
  this.url,
});