Media class

Constructors

Media({required MediaLink? screenshot, required MediaLink? titleScreenshot, required MediaLink? fanArt, required MediaLink? box2d, required MediaLink? box3d, required MediaLink? wheel, required MediaLink? video, required MediaLink? videoNormalized})

Properties

box2d MediaLink?
final
box3d MediaLink?
final
fanArt MediaLink?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenshot MediaLink?
final
titleScreenshot MediaLink?
final
video MediaLink?
final
videoNormalized MediaLink?
final
wheel MediaLink?
final

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