copyWith method
Implementation
GetVideoChatRtmpUrl copyWith({
int? chatId,
}) =>
GetVideoChatRtmpUrl(
chatId: chatId ?? this.chatId,
);
GetVideoChatRtmpUrl copyWith({
int? chatId,
}) =>
GetVideoChatRtmpUrl(
chatId: chatId ?? this.chatId,
);