PostView class abstract
- Available extensions
- Annotations
-
- @freezed
Constructors
-
PostView.new({@Default('app.bsky.feed.defs#postView') String $type, @AtUriConverter() required AtUri uri, required String cid, @ProfileViewBasicConverter() required ProfileViewBasic author, required Map<
String, dynamic> record, @UPostViewEmbedConverter() UPostViewEmbed? embed, int? bookmarkCount, int? replyCount, int? repostCount, int? likeCount, int? quoteCount, required DateTime indexedAt, @ViewerStateConverter() ViewerState? viewer, @LabelConverter() List<Label> ? labels, @ThreadgateViewConverter() ThreadgateView? threadgate, Map<String, dynamic> ? $unknown}) -
constfactory
-
PostView.fromJson(Map<
String, Object?> json) -
factory
Properties
- $type → String
-
no setterinherited
-
$unknown
→ Map<
String, dynamic> ? -
no setterinherited
-
no setterinherited
- bookmarkCount → int?
-
no setterinherited
- cid → String
-
no setterinherited
-
copyWith
→ $PostViewCopyWith<
PostView> -
Create a copy of PostView
with the given fields replaced by the non-null parameter values.
no setterinherited
- embed → UPostViewEmbed?
-
no setterinherited
- hasBookmarkCount → bool
-
Available on PostView, provided by the PostViewExtension extension
no setter - hasEmbed → bool
-
Available on PostView, provided by the PostViewExtension extension
no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- hasLikeCount → bool
-
Available on PostView, provided by the PostViewExtension extension
no setter - hasNotBookmarkCount → bool
-
Available on PostView, provided by the PostViewExtension extension
no setter - hasNotEmbed → bool
-
Available on PostView, provided by the PostViewExtension extension
no setter - hasNotLikeCount → bool
-
Available on PostView, provided by the PostViewExtension extension
no setter - hasNotQuoteCount → bool
-
Available on PostView, provided by the PostViewExtension extension
no setter - hasNotReplyCount → bool
-
Available on PostView, provided by the PostViewExtension extension
no setter - hasNotRepostCount → bool
-
Available on PostView, provided by the PostViewExtension extension
no setter - hasNotThreadgate → bool
-
Available on PostView, provided by the PostViewExtension extension
no setter - hasNotViewer → bool
-
Available on PostView, provided by the PostViewExtension extension
no setter - hasQuoteCount → bool
-
Available on PostView, provided by the PostViewExtension extension
no setter - hasReplyCount → bool
-
Available on PostView, provided by the PostViewExtension extension
no setter - hasRepostCount → bool
-
Available on PostView, provided by the PostViewExtension extension
no setter - hasThreadgate → bool
-
Available on PostView, provided by the PostViewExtension extension
no setter - hasViewer → bool
-
Available on PostView, provided by the PostViewExtension extension
no setter - indexedAt → DateTime
-
no setterinherited
-
labels
→ List<
Label> ? -
no setterinherited
- likeCount → int?
-
no setterinherited
- quoteCount → int?
-
no setterinherited
-
record
→ Map<
String, dynamic> -
no setterinherited
- replyCount → int?
-
no setterinherited
- repostCount → int?
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- threadgate → ThreadgateView?
-
no setterinherited
- uri → AtUri
-
no setterinherited
- viewer → ViewerState?
-
no setterinherited
Methods
-
map<
TResult extends Object?> (TResult $default(_PostView value)) → TResult -
Available on PostView, provided by the PostViewPatterns extension
Aswitch
-like method, using callbacks. -
mapOrNull<
TResult extends Object?> (TResult? $default(_PostView value)?) → TResult? -
Available on PostView, provided by the PostViewPatterns extension
A variant ofmap
that fallback to returningnull
. -
maybeMap<
TResult extends Object?> (TResult $default(_PostView value)?, {required TResult orElse()}) → TResult -
Available on PostView, provided by the PostViewPatterns extension
A variant ofmap
that fallback to returningorElse
. -
maybeWhen<
TResult extends Object?> (TResult $default(String $type, AtUri uri, String cid, ProfileViewBasic author, Map< String, dynamic> record, UPostViewEmbed? embed, int? bookmarkCount, int? replyCount, int? repostCount, int? likeCount, int? quoteCount, DateTime indexedAt, ViewerState? viewer, List<Label> ? labels, ThreadgateView? threadgate, Map<String, dynamic> ? $unknown)?, {required TResult orElse()}) → TResult -
Available on PostView, provided by the PostViewPatterns 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 PostView to a JSON map.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
when<
TResult extends Object?> (TResult $default(String $type, AtUri uri, String cid, ProfileViewBasic author, Map< String, dynamic> record, UPostViewEmbed? embed, int? bookmarkCount, int? replyCount, int? repostCount, int? likeCount, int? quoteCount, DateTime indexedAt, ViewerState? viewer, List<Label> ? labels, ThreadgateView? threadgate, Map<String, dynamic> ? $unknown)) → TResult -
Available on PostView, provided by the PostViewPatterns extension
Aswitch
-like method, using callbacks. -
whenOrNull<
TResult extends Object?> (TResult? $default(String $type, AtUri uri, String cid, ProfileViewBasic author, Map< String, dynamic> record, UPostViewEmbed? embed, int? bookmarkCount, int? replyCount, int? repostCount, int? likeCount, int? quoteCount, DateTime indexedAt, ViewerState? viewer, List<Label> ? labels, ThreadgateView? threadgate, Map<String, dynamic> ? $unknown)?) → TResult? -
Available on PostView, provided by the PostViewPatterns extension
A variant ofwhen
that fallback to returningnull
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
knownProps
→ const List<
String>