InboxMessage class

Constructors

InboxMessage(String code, String? title, String? imageUrl, String? message, String? sendDate, int? messageType, String? bannerUrl, bool? isRead, Map<String, dynamic>? actionParams, bool? isActionPerformed, Map<String, dynamic>? customData)
InboxMessage.fromJson(Map<String, dynamic> json)

Properties

actionParams Map<String, dynamic>?
final
bannerUrl String?
final
code String
final
customData Map<String, dynamic>?
final
hashCode int
The hash code for this object.
no setterinherited
imageUrl String?
final
isActionPerformed bool?
getter/setter pair
isRead bool?
getter/setter pair
message String?
final
messageType int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendDate String?
final
title String?
final

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