menu
livetalk_sdk package
documentation
entity/live_talk_message_entity.dart
Reactions
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
Reactions
copyWith
(
{
String
?
reaction
,
})
Implementation
Reactions copyWith({ String? reaction, }) => Reactions( reaction: reaction ?? this.reaction, );
livetalk_sdk package
documentation
entity/live_talk_message_entity
Reactions
copyWith method
Reactions class