images property
List<SearchPersonImage>
get
images
Array of images where the Person is found.
Implementation
List<SearchPersonImage> get images => _images;
Array of images where the Person is found.
List<SearchPersonImage> get images => _images;