Photo constructor

Photo({
  1. String? url,
})

Implementation

Photo({
  this.url,
});