ProfileViewDetailed class abstract
- Available extensions
- Annotations
-
- @freezed
Constructors
-
ProfileViewDetailed.new({@Default('app.bsky.actor.defs#profileViewDetailed') String $type, required String did, required String handle, String? displayName, String? description, String? pronouns, String? website, String? avatar, String? banner, int? followersCount, int? followsCount, int? postsCount, @ProfileAssociatedConverter() ProfileAssociated? associated, @StarterPackViewBasicConverter() StarterPackViewBasic? joinedViaStarterPack, DateTime? indexedAt, DateTime? createdAt, @ViewerStateConverter() ViewerState? viewer, @LabelConverter() List<
Label> ? labels, @RepoStrongRefConverter() RepoStrongRef? pinnedPost, @VerificationStateConverter() VerificationState? verification, @StatusViewConverter() StatusView? status, Map<String, dynamic> ? $unknown}) -
constfactory
-
ProfileViewDetailed.fromJson(Map<
String, Object?> json) -
factory
Properties
- $type → String
-
no setterinherited
-
$unknown
→ Map<
String, dynamic> ? -
no setterinherited
- associated → ProfileAssociated?
-
no setterinherited
- avatar → String?
-
no setterinherited
-
no setterinherited
-
copyWith
→ $ProfileViewDetailedCopyWith<
ProfileViewDetailed> -
Create a copy of ProfileViewDetailed
with the given fields replaced by the non-null parameter values.
no setterinherited
- createdAt → DateTime?
-
no setterinherited
- description → String?
-
no setterinherited
- did → String
-
no setterinherited
- displayName → String?
-
no setterinherited
- followersCount → int?
-
no setterinherited
- followsCount → int?
-
no setterinherited
- handle → String
-
no setterinherited
- hasAssociated → bool
-
Available on ProfileViewDetailed, provided by the ProfileViewDetailedExtension extension
no setter - hasAvatar → bool
-
Available on ProfileViewDetailed, provided by the ProfileViewDetailedExtension extension
no setter - hasBanner → bool
-
Available on ProfileViewDetailed, provided by the ProfileViewDetailedExtension extension
no setter - hasCreatedAt → bool
-
Available on ProfileViewDetailed, provided by the ProfileViewDetailedExtension extension
no setter - hasDescription → bool
-
Available on ProfileViewDetailed, provided by the ProfileViewDetailedExtension extension
no setter - hasDisplayName → bool
-
Available on ProfileViewDetailed, provided by the ProfileViewDetailedExtension extension
no setter - hasFollowersCount → bool
-
Available on ProfileViewDetailed, provided by the ProfileViewDetailedExtension extension
no setter - hasFollowsCount → bool
-
Available on ProfileViewDetailed, provided by the ProfileViewDetailedExtension extension
no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- hasIndexedAt → bool
-
Available on ProfileViewDetailed, provided by the ProfileViewDetailedExtension extension
no setter - hasJoinedViaStarterPack → bool
-
Available on ProfileViewDetailed, provided by the ProfileViewDetailedExtension extension
no setter - hasNotAssociated → bool
-
Available on ProfileViewDetailed, provided by the ProfileViewDetailedExtension extension
no setter - hasNotAvatar → bool
-
Available on ProfileViewDetailed, provided by the ProfileViewDetailedExtension extension
no setter - hasNotBanner → bool
-
Available on ProfileViewDetailed, provided by the ProfileViewDetailedExtension extension
no setter - hasNotCreatedAt → bool
-
Available on ProfileViewDetailed, provided by the ProfileViewDetailedExtension extension
no setter - hasNotDescription → bool
-
Available on ProfileViewDetailed, provided by the ProfileViewDetailedExtension extension
no setter - hasNotDisplayName → bool
-
Available on ProfileViewDetailed, provided by the ProfileViewDetailedExtension extension
no setter - hasNotFollowersCount → bool
-
Available on ProfileViewDetailed, provided by the ProfileViewDetailedExtension extension
no setter - hasNotFollowsCount → bool
-
Available on ProfileViewDetailed, provided by the ProfileViewDetailedExtension extension
no setter - hasNotIndexedAt → bool
-
Available on ProfileViewDetailed, provided by the ProfileViewDetailedExtension extension
no setter - hasNotJoinedViaStarterPack → bool
-
Available on ProfileViewDetailed, provided by the ProfileViewDetailedExtension extension
no setter - hasNotPinnedPost → bool
-
Available on ProfileViewDetailed, provided by the ProfileViewDetailedExtension extension
no setter - hasNotPostsCount → bool
-
Available on ProfileViewDetailed, provided by the ProfileViewDetailedExtension extension
no setter - hasNotPronouns → bool
-
Available on ProfileViewDetailed, provided by the ProfileViewDetailedExtension extension
no setter - hasNotStatus → bool
-
Available on ProfileViewDetailed, provided by the ProfileViewDetailedExtension extension
no setter - hasNotVerification → bool
-
Available on ProfileViewDetailed, provided by the ProfileViewDetailedExtension extension
no setter - hasNotViewer → bool
-
Available on ProfileViewDetailed, provided by the ProfileViewDetailedExtension extension
no setter - hasNotWebsite → bool
-
Available on ProfileViewDetailed, provided by the ProfileViewDetailedExtension extension
no setter - hasPinnedPost → bool
-
Available on ProfileViewDetailed, provided by the ProfileViewDetailedExtension extension
no setter - hasPostsCount → bool
-
Available on ProfileViewDetailed, provided by the ProfileViewDetailedExtension extension
no setter - hasPronouns → bool
-
Available on ProfileViewDetailed, provided by the ProfileViewDetailedExtension extension
no setter - hasStatus → bool
-
Available on ProfileViewDetailed, provided by the ProfileViewDetailedExtension extension
no setter - hasVerification → bool
-
Available on ProfileViewDetailed, provided by the ProfileViewDetailedExtension extension
no setter - hasViewer → bool
-
Available on ProfileViewDetailed, provided by the ProfileViewDetailedExtension extension
no setter - hasWebsite → bool
-
Available on ProfileViewDetailed, provided by the ProfileViewDetailedExtension extension
no setter - indexedAt → DateTime?
-
no setterinherited
- joinedViaStarterPack → StarterPackViewBasic?
-
no setterinherited
-
labels
→ List<
Label> ? -
no setterinherited
- pinnedPost → RepoStrongRef?
-
no setterinherited
- postsCount → int?
-
no setterinherited
- pronouns → String?
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → StatusView?
-
no setterinherited
- verification → VerificationState?
-
no setterinherited
- viewer → ViewerState?
-
no setterinherited
- website → String?
-
no setterinherited
Methods
-
map<
TResult extends Object?> (TResult $default(_ProfileViewDetailed value)) → TResult -
Available on ProfileViewDetailed, provided by the ProfileViewDetailedPatterns extension
Aswitch
-like method, using callbacks. -
mapOrNull<
TResult extends Object?> (TResult? $default(_ProfileViewDetailed value)?) → TResult? -
Available on ProfileViewDetailed, provided by the ProfileViewDetailedPatterns extension
A variant ofmap
that fallback to returningnull
. -
maybeMap<
TResult extends Object?> (TResult $default(_ProfileViewDetailed value)?, {required TResult orElse()}) → TResult -
Available on ProfileViewDetailed, provided by the ProfileViewDetailedPatterns extension
A variant ofmap
that fallback to returningorElse
. -
maybeWhen<
TResult extends Object?> (TResult $default(String $type, String did, String handle, String? displayName, String? description, String? pronouns, String? website, String? avatar, String? banner, int? followersCount, int? followsCount, int? postsCount, ProfileAssociated? associated, StarterPackViewBasic? joinedViaStarterPack, DateTime? indexedAt, DateTime? createdAt, ViewerState? viewer, List< Label> ? labels, RepoStrongRef? pinnedPost, VerificationState? verification, StatusView? status, Map<String, dynamic> ? $unknown)?, {required TResult orElse()}) → TResult -
Available on ProfileViewDetailed, provided by the ProfileViewDetailedPatterns 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 ProfileViewDetailed to a JSON map.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
when<
TResult extends Object?> (TResult $default(String $type, String did, String handle, String? displayName, String? description, String? pronouns, String? website, String? avatar, String? banner, int? followersCount, int? followsCount, int? postsCount, ProfileAssociated? associated, StarterPackViewBasic? joinedViaStarterPack, DateTime? indexedAt, DateTime? createdAt, ViewerState? viewer, List< Label> ? labels, RepoStrongRef? pinnedPost, VerificationState? verification, StatusView? status, Map<String, dynamic> ? $unknown)) → TResult -
Available on ProfileViewDetailed, provided by the ProfileViewDetailedPatterns extension
Aswitch
-like method, using callbacks. -
whenOrNull<
TResult extends Object?> (TResult? $default(String $type, String did, String handle, String? displayName, String? description, String? pronouns, String? website, String? avatar, String? banner, int? followersCount, int? followsCount, int? postsCount, ProfileAssociated? associated, StarterPackViewBasic? joinedViaStarterPack, DateTime? indexedAt, DateTime? createdAt, ViewerState? viewer, List< Label> ? labels, RepoStrongRef? pinnedPost, VerificationState? verification, StatusView? status, Map<String, dynamic> ? $unknown)?) → TResult? -
Available on ProfileViewDetailed, provided by the ProfileViewDetailedPatterns extension
A variant ofwhen
that fallback to returningnull
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
knownProps
→ const List<
String>