Feed class
- Available extensions
- Annotations
-
Constructors
-
Feed({@Default(appBskyFeedDescribeFeedGeneratorFeed) @JsonKey(name: r'$type') String $type, @AtUriConverter() required AtUri uri, @JsonKey(name: r'$unknown') Map<String, dynamic>? $unknown})
-
const
factory
-
Feed.fromJson(Map<String, dynamic> json)
-
factory
Properties
-
$type
→ String
-
The unique namespace for this lex object.
no setterinherited
-
$unknown
→ Map<String, dynamic>?
-
Contains unknown objects not defined in Lexicon.
no setterinherited
-
copyWith
→ $FeedCopyWith<Feed>
-
no setterinherited
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
uri
→ AtUri
-
no setterinherited