copyWith method

GetSearchSponsoredChats copyWith({
  1. String? query,
})

Implementation

GetSearchSponsoredChats copyWith({String? query}) =>
    GetSearchSponsoredChats(query: query ?? this.query);