ChannelMediaData class

Constructors

ChannelMediaData({String? id, String? name, ChannelEmoteImages? images, String? tier, EmoteType? emoteType, String? emoteSetId, List<String> format = const [], List<String> scale = const [], List<String> themeMode = const []})

Properties

emoteSetId String?
final
emoteType EmoteType?
final
format List<String>
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
images ChannelEmoteImages?
final
name String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scale List<String>
final
themeMode List<String>
final
tier String?
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

Static Methods

fromJson(Map<String, dynamic>? json) ChannelMediaData?