FeedGeneratorView class
- Annotations
-
- @freezed
Constructors
-
FeedGeneratorView({@typeKey @Default(appBskyFeedDefsGeneratorView) String type, @AtUriConverter() required AtUri uri, required String cid, String? did, @JsonKey(name: 'creator') required Actor createdBy, required String displayName, String? description, List<
Facet> ? descriptionFacets, String? avatar, @Default(0) int likeCount, @Default(false) bool acceptsInteractions, List<Label> ? labels, @Default(defaultFeedGeneratorViewer) FeedGeneratorViewer viewer, required DateTime indexedAt}) -
constfactory
-
FeedGeneratorView.fromJson(Map<
String, Object?> json) -
factory
Properties
- acceptsInteractions → bool
-
no setterinherited
- avatar → String?
-
no setterinherited
- cid → String
-
no setterinherited
-
copyWith
→ $FeedGeneratorViewCopyWith<
FeedGeneratorView> -
Create a copy of FeedGeneratorView
with the given fields replaced by the non-null parameter values.
no setterinherited
- createdBy → Actor
-
no setterinherited
- description → String?
-
no setterinherited
-
descriptionFacets
→ List<
Facet> ? -
no setterinherited
- did → String?
-
no setterinherited
- displayName → String
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- indexedAt → DateTime
-
no setterinherited
-
labels
→ List<
Label> ? -
no setterinherited
- likeCount → int
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → String
-
no setterinherited
- uri → AtUri
-
no setterinherited
- viewer → FeedGeneratorViewer
-
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Serializes this FeedGeneratorView to a JSON map.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited