Methods
-
map<TResult extends Object?>(TResult $default(DefaultAvatarOptions value), {required TResult DM(AvatarOptionsDM value), required TResult GroupDM(AvatarOptionsGroupDM value)})
→ TResult
-
inherited
-
mapOrNull<TResult extends Object?>(TResult? $default(DefaultAvatarOptions value)?, {TResult? DM(AvatarOptionsDM value)?, TResult? GroupDM(AvatarOptionsGroupDM value)?})
→ TResult?
-
inherited
-
maybeMap<TResult extends Object?>(TResult $default(DefaultAvatarOptions value)?, {TResult DM(AvatarOptionsDM value)?, TResult GroupDM(AvatarOptionsGroupDM value)?, required TResult orElse()})
→ TResult
-
inherited
-
maybeWhen<TResult extends Object?>(TResult $default(AvatarInfo avatar, List<AvatarInfo>? parentBadges, double? size, double? badgesSize)?, {TResult DM(AvatarInfo avatar, double? size)?, TResult GroupDM(AvatarInfo avatar, List<AvatarInfo>? groupAvatars, double? size, double? groupAvatarSize)?, required TResult orElse()})
→ TResult
-
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
when<TResult extends Object?>(TResult $default(AvatarInfo avatar, List<AvatarInfo>? parentBadges, double? size, double? badgesSize), {required TResult DM(AvatarInfo avatar, double? size), required TResult GroupDM(AvatarInfo avatar, List<AvatarInfo>? groupAvatars, double? size, double? groupAvatarSize)})
→ TResult
-
inherited
-
whenOrNull<TResult extends Object?>(TResult? $default(AvatarInfo avatar, List<AvatarInfo>? parentBadges, double? size, double? badgesSize)?, {TResult? DM(AvatarInfo avatar, double? size)?, TResult? GroupDM(AvatarInfo avatar, List<AvatarInfo>? groupAvatars, double? size, double? groupAvatarSize)?})
→ TResult?
-
inherited