PhotoResponse constructor

PhotoResponse({
  1. Photo? photo,
  2. Status? status,
})

Implementation

PhotoResponse({this.photo, this.status});