AvatarOptionsGroupDM class abstract

Implemented types

Constructors

AvatarOptionsGroupDM(AvatarInfo avatar, {List<AvatarInfo>? groupAvatars, double? size, double? groupAvatarSize})
const
factory

Properties

avatar AvatarInfo
no setter
copyWith → _$$AvatarOptionsGroupDMImplCopyWith<_$AvatarOptionsGroupDMImpl>
no setter
groupAvatars List<AvatarInfo>?
no setter
groupAvatarSize double?
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size double?
no setter

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

Operators

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