copyWith method

LoadSavedMessagesTopics copyWith({
  1. int? limit,
})

Implementation

LoadSavedMessagesTopics copyWith({int? limit}) =>
    LoadSavedMessagesTopics(limit: limit ?? this.limit);