ActorGetSuggestionsOutput class abstract
- Available extensions
- Annotations
-
- @freezed
Constructors
-
ActorGetSuggestionsOutput.new({String? cursor, @ProfileViewConverter() required List<
ProfileView> actors, int? recId, Map<String, dynamic> ? $unknown}) -
constfactory
-
ActorGetSuggestionsOutput.fromJson(Map<
String, Object?> json) -
factory
Properties
-
$unknown
→ Map<
String, dynamic> ? -
no setterinherited
-
actors
→ List<
ProfileView> -
no setterinherited
-
copyWith
→ $ActorGetSuggestionsOutputCopyWith<
ActorGetSuggestionsOutput> -
Create a copy of ActorGetSuggestionsOutput
with the given fields replaced by the non-null parameter values.
no setterinherited
- cursor → String?
-
no setterinherited
- hasCursor → bool
-
Available on ActorGetSuggestionsOutput, provided by the ActorGetSuggestionsOutputExtension extension
no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- hasNotCursor → bool
-
Available on ActorGetSuggestionsOutput, provided by the ActorGetSuggestionsOutputExtension extension
no setter - hasNotRecId → bool
-
Available on ActorGetSuggestionsOutput, provided by the ActorGetSuggestionsOutputExtension extension
no setter - hasRecId → bool
-
Available on ActorGetSuggestionsOutput, provided by the ActorGetSuggestionsOutputExtension extension
no setter - recId → int?
-
Snowflake for this recommendation, use when submitting recommendation events.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
map<
TResult extends Object?> (TResult $default(_ActorGetSuggestionsOutput value)) → TResult -
Available on ActorGetSuggestionsOutput, provided by the ActorGetSuggestionsOutputPatterns extension
Aswitch
-like method, using callbacks. -
mapOrNull<
TResult extends Object?> (TResult? $default(_ActorGetSuggestionsOutput value)?) → TResult? -
Available on ActorGetSuggestionsOutput, provided by the ActorGetSuggestionsOutputPatterns extension
A variant ofmap
that fallback to returningnull
. -
maybeMap<
TResult extends Object?> (TResult $default(_ActorGetSuggestionsOutput value)?, {required TResult orElse()}) → TResult -
Available on ActorGetSuggestionsOutput, provided by the ActorGetSuggestionsOutputPatterns extension
A variant ofmap
that fallback to returningorElse
. -
maybeWhen<
TResult extends Object?> (TResult $default(String? cursor, List< ProfileView> actors, int? recId, Map<String, dynamic> ? $unknown)?, {required TResult orElse()}) → TResult -
Available on ActorGetSuggestionsOutput, provided by the ActorGetSuggestionsOutputPatterns extension
A variant ofwhen
that fallback to anorElse
callback. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Serializes this ActorGetSuggestionsOutput to a JSON map.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
when<
TResult extends Object?> (TResult $default(String? cursor, List< ProfileView> actors, int? recId, Map<String, dynamic> ? $unknown)) → TResult -
Available on ActorGetSuggestionsOutput, provided by the ActorGetSuggestionsOutputPatterns extension
Aswitch
-like method, using callbacks. -
whenOrNull<
TResult extends Object?> (TResult? $default(String? cursor, List< ProfileView> actors, int? recId, Map<String, dynamic> ? $unknown)?) → TResult? -
Available on ActorGetSuggestionsOutput, provided by the ActorGetSuggestionsOutputPatterns extension
A variant ofwhen
that fallback to returningnull
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
knownProps
→ const List<
String>