MessageDto class

Available extensions

Constructors

MessageDto({required String id, required String authorId, required String conversationId, required DateTime created, DateTime? sent, DateTime? received, required String contentType, required String content, bool remoteContent = false})

Properties

authorId String
final
content String
final
contentType String
final
conversationId String
final
created DateTime
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
received DateTime?
final
remoteContent bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sent DateTime?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>

Available on MessageDto, provided by the MessageDtoExtensions extension

toString() String
A string representation of this object.
inherited

Operators

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