copyWith method
Implementation
GetCreatedPublicChats copyWith({PublicChatType? type}) =>
GetCreatedPublicChats(type: type ?? this.type);
GetCreatedPublicChats copyWith({PublicChatType? type}) =>
GetCreatedPublicChats(type: type ?? this.type);