SmartThumbnailContent class
- Implementers
- Annotations
-
- @freezed
Constructors
- SmartThumbnailContent.icon(SmartIconData iconData)
-
constfactory
- SmartThumbnailContent.label(String label)
-
constfactory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
map<
TResult extends Object?> ({required TResult label(LabelSmartThumbnailContent value), required TResult icon(IconSmartThumbnailContent value)}) → TResult -
inherited
-
mapOrNull<
TResult extends Object?> ({TResult? label(LabelSmartThumbnailContent value)?, TResult? icon(IconSmartThumbnailContent value)?}) → TResult? -
inherited
-
maybeMap<
TResult extends Object?> ({TResult label(LabelSmartThumbnailContent value)?, TResult icon(IconSmartThumbnailContent value)?, required TResult orElse()}) → TResult -
inherited
-
maybeWhen<
TResult extends Object?> ({TResult label(String label)?, TResult icon(SmartIconData iconData)?, 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?> ({required TResult label(String label), required TResult icon(SmartIconData iconData)}) → TResult -
inherited
-
whenOrNull<
TResult extends Object?> ({TResult? label(String label)?, TResult? icon(SmartIconData iconData)?}) → TResult? -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited