Photo constructor

Photo({
  1. String? id,
  2. String? downloadUrl,
})

Implementation

Photo({this.id, this.downloadUrl});