photo property

String? get photo

Property getter and setter for photo:

Implementation

String? get photo;
set photo (String? photo)

Implementation

set photo(String? photo);