copyWith method

GetChatFolderDefaultIconName copyWith({
  1. ChatFolder? folder,
})

Implementation

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