NotificationsDataHolder class

Properties

cursor String?
getter/setter pair
dedupeMap Map<DateTime, Notification>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
notifications List<Notification>
getter/setter pair
posts Map<String, Post>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seenAt String?
getter/setter pair
unreadCount int
getter/setter pair
uris String
getter/setter pair

Methods

getUri(Notification notification) String?
makeCount(int count) → void
makeNotifications(bool insert, ListNotifications res) → void
makePosts(List postList) → void
needUri(Notification notification) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
usingNotificationUri(Notification notification) bool

Operators

operator ==(Object other) bool
The equality operator.
inherited