copyWith method

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

Implementation

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