MastodonTimelinesAccess class
Timeline access settings for the instance
(configuration.timelines_access).
- Annotations
-
- @JsonSerializable(fieldRename: FieldRename.snake)
Constructors
- MastodonTimelinesAccess({MastodonTimelineLiveFeeds? liveFeeds, MastodonTimelineHashtagFeeds? hashtagFeeds, MastodonTimelineLiveFeeds? trendingLinkFeeds})
-
const
-
MastodonTimelinesAccess.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- hashtagFeeds → MastodonTimelineHashtagFeeds?
-
Access settings for hashtag feeds.
final
- liveFeeds → MastodonTimelineLiveFeeds?
-
Access settings for live feeds. Both timelines are considered public if
null.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- trendingLinkFeeds → MastodonTimelineLiveFeeds?
-
Access settings for trending link feeds (Mastodon 4.5+).
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Serializes to JSON.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited