menu
daily_flutter
daily_flutter
ChatMessage
ChatMessage.fromJson factory constructor
ChatMessage.fromJson
brightness_4
ChatMessage.fromJson
constructor
Null safety
ChatMessage.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory ChatMessage.fromJson(Map<String, dynamic> json) => _$ChatMessageFromJson(json);
daily_flutter
daily_flutter
ChatMessage
ChatMessage.fromJson factory constructor
ChatMessage class
Constructors
ChatMessage
fromJson
Properties
copyWith
date
fromParticipantId
fromParticipantName
hashCode
hasReactions
local
message
reactions
received
room
runtimeType
Methods
isSameAs
noSuchMethod
toJson
toString
Operators
operator ==