VolumeVolumeInfoImageLinks class
A list of image links for all the sizes that are available.
(In LITE projection.)
Constructors
- VolumeVolumeInfoImageLinks({String? extraLarge, String? large, String? medium, String? small, String? smallThumbnail, String? thumbnail})
 - VolumeVolumeInfoImageLinks.fromJson(Map json_)
 
Properties
- extraLarge ↔ String?
 - 
  Image link for extra large size (width of ~1280 pixels).
  getter/setter pair
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - large ↔ String?
 - 
  Image link for large size (width of ~800 pixels).
  getter/setter pair
 - medium ↔ String?
 - 
  Image link for medium size (width of ~575 pixels).
  getter/setter pair
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - small ↔ String?
 - 
  Image link for small size (width of ~300 pixels).
  getter/setter pair
 - smallThumbnail ↔ String?
 - 
  Image link for small thumbnail size (width of ~80 pixels).
  getter/setter pair
 - thumbnail ↔ String?
 - 
  Image link for thumbnail size (width of ~128 pixels).
  getter/setter pair
 
Methods
- 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  toJson(
) → Map< String, dynamic>  - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited