copyWith method
Implementation
GetChatFolderDefaultIconName copyWith({
ChatFolder? folder,
}) =>
GetChatFolderDefaultIconName(
folder: folder ?? this.folder,
);
GetChatFolderDefaultIconName copyWith({
ChatFolder? folder,
}) =>
GetChatFolderDefaultIconName(
folder: folder ?? this.folder,
);