InboxNotification class
Constructors
- InboxNotification(Map? map)
- Constructor fo InboxNotification
Properties
- campaignId ↔ String?
-
campaign id of notification
getter/setter pair
- category ↔ InboxCategory?
-
campaign category
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
id of notification
getter/setter pair
- message ↔ Push?
-
push message
getter/setter pair
- read ↔ bool
-
if is read or not
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sendingId ↔ String?
-
sendingId of notification
getter/setter pair
- sentAt ↔ String?
-
notification sent at
getter/setter pair
- status ↔ String?
-
status of notification
getter/setter pair
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
Static Methods
-
createArray(
String inboxNotifications) → List< InboxNotification> - Create list of notifications from a string
Constants
- MAP_CAMPAIGN_ID → const String
- String field name campaign id
- MAP_CATEGORY → const String
- String field name of category
- MAP_ID → const String
- String field name map id
- MAP_MESSAGE → const String
- String field name push message
- MAP_READ → const String
- String field name read
- MAP_SENDING_ID → const String
- String field name sending id
- MAP_SENT_AT → const String
- String field name map sent at
- MAP_STATUS → const String
- String field name status
- NOTIFICATIONS → const String
- String field name notifications