PlexActivityItem class
One timeline entry for PlexActivityFeed.
Constructors
- PlexActivityItem({required String id, required String title, required DateTime time, String? body, IconData? icon, PlexActivityTone tone = PlexActivityTone.neutral})
-
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited