Inbox class
Properties
- count ↔ int?
-
count of notifications
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastAccess ↔ String?
-
last access of inbox
getter/setter pair
-
newNotifications
↔ List<
InboxNotification> ? -
list of new notifications
getter/setter pair
-
notifications
↔ List<
InboxNotification> ? -
list of notifications
getter/setter pair
- page ↔ int?
-
number of the actual page of inbox
getter/setter pair
- pageSize ↔ int?
-
size of the page of inbox
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map - conversion to Map
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- COUNT → const String
- String field name count
- LAST_ACCESS → const String
- String field name last access
- NOTIFICATIONS → const String
- String field name notifications
- PAGE → const String
- String field name number of pages
- PAGESIZE → const String
- String field name page size