copyWith method

GetVideoChatRtmpUrl copyWith({
  1. int? chatId,
})

Implementation

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