targetFeeds property

  1. @JsonKey(includeIfNull: false, fromJson: FeedId.fromIds, toJson: FeedId.toIds)
List<FeedId>? targetFeeds
final

The feeds that should receive a notification activity

List of feed ids (e.g.: timeline:bob)

Implementation

@JsonKey(includeIfNull: false, fromJson: FeedId.fromIds, toJson: FeedId.toIds)
final List<FeedId>? targetFeeds;