toString method
Returns a string representation of the ImageInfo instance.
The string includes the type name and the values of the image URLs.
Implementation
@override
String toString() {
return '${Helpers.getTypeName(ImageInfo)}: thumb = $thumb, small = $small, large = $large';
}