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