copyWith method

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

Implementation

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