menu
serverpod_chat_server package
documentation
module.dart
ChatReadMessage
copyWith abstract method
copyWith abstract method
dark_mode
light_mode
copyWith
abstract method
ChatReadMessage
copyWith
(
{
int
?
id
,
String
?
channel
,
int
?
userId
,
int
?
lastReadMessageId
,
})
Implementation
ChatReadMessage copyWith({ int? id, String? channel, int? userId, int? lastReadMessageId, });
serverpod_chat_server package
documentation
module
ChatReadMessage
copyWith abstract method
ChatReadMessage class