TraktImageUtils class

Helper class to generate TMDB image URLs.

Since the Trakt API doesn't return image URLs directly, you can use the tmdb ID from the ids object to fetch images from the TMDB API or use this helper for simple URL construction.

Constructors

TraktImageUtils()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

getTmdbImageUrl({required String path, String size = 'original'}) String
Generates a TMDB image URL.