copyWith method
Implementation
GetRecentlyOpenedChats copyWith({
int? limit,
}) =>
GetRecentlyOpenedChats(
limit: limit ?? this.limit,
);
GetRecentlyOpenedChats copyWith({
int? limit,
}) =>
GetRecentlyOpenedChats(
limit: limit ?? this.limit,
);