photos property

List<IImageContent>? photos

Property getter and setter for photos:

Implementation

List<IImageContent>? get photos;
void photos=(List<IImageContent>? photos)

Implementation

set photos(List<IImageContent>? photos);