toString method

  1. @override
String toString()
override

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';
}