BlueshiftInboxMessage class

Constructors

BlueshiftInboxMessage({int? id, required String messageId, required String title, required String details, required String imageUrl, required String status, required Map data, required DateTime createdAt, required String objectId})
BlueshiftInboxMessage.fromJson(Map data)

Properties

createdAt DateTime
final
data Map
final
details String
final
hashCode int
The hash code for this object.
no setterinherited
id int?
final
imageUrl String
final
messageId String
final
objectId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String
getter/setter pair
title String
final

Methods

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

Operators

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