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