Data constructor

Data(
  1. Uri url,
  2. Object obj
)

Implementation

Data(
  this.url,
  this.obj,
);