copyWith method
Implementation
GetStoryStatistics copyWith({int? chatId, int? storyId, bool? isDark}) =>
GetStoryStatistics(
chatId: chatId ?? this.chatId,
storyId: storyId ?? this.storyId,
isDark: isDark ?? this.isDark,
);
GetStoryStatistics copyWith({int? chatId, int? storyId, bool? isDark}) =>
GetStoryStatistics(
chatId: chatId ?? this.chatId,
storyId: storyId ?? this.storyId,
isDark: isDark ?? this.isDark,
);