copyWith method

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

Implementation

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