InboxMessage class

Inbox message object.

Properties

expirationDate int?
The message expiration date in milliseconds.
final
extras Map<String, dynamic>?
String to String map of any message extras.
final
hashCode int
The hash code for this object.
no setterinherited
isRead bool
The unread / read status of the message.
final
listIcon String?
Optional - The icon url for the message.
final
messageId String
The message ID. Needed to display, mark as read, or delete the message.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sentDate int
The message sent date in milliseconds.
final
title String
The message title.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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

Static Methods

fromJson(dynamic json) InboxMessage