DestinySeasonPreviewImageDefinition class

Defines the thumbnail icon, high-res image, and video link for promotional images

Annotations
  • @JsonSerializable()

Properties

hashCode int
The hash code for this object.
no setterinherited
highResImage String?
An optional path to a high-resolution image, probably 1920x1080.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbnailImage String?
A thumbnail icon path to preview seasonal content, probably 480x270.
getter/setter pair

Methods

asyncToJson() Future<Map<String, dynamic>>
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

Static Methods

asyncFromJson(Map<String, dynamic> json) Future<DestinySeasonPreviewImageDefinition>