AppInboxMessage class

Constructors

AppInboxMessage({required String id, required String title, required String createdDate, required bool isNewMessage, String? content, String? imageUrl, String? linkUrl, String? category, Map<String?, Object?>? customData})

Properties

category String?
final
content String?
final
createdDate String
final
customData Map<String?, Object?>?
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
imageUrl String?
final
isNewMessage bool
final
linkUrl String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
final

Methods

copyWith({String? id, String? title, String? createdDate, bool? isNewMessage, String? content, String? imageUrl, String? linkUrl, String? category, Map<String?, Object?>? customData}) AppInboxMessage
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