photos property

List<IImageContent>? get photos

Property getter and setter for photos:

Implementation

List<IImageContent>? get photos;
set photos (List<IImageContent>? photos)

Implementation

set photos(List<IImageContent>? photos);