copyWith method
Implementation
ClearAllDraftMessages copyWith({bool? excludeSecretChats}) =>
ClearAllDraftMessages(
excludeSecretChats: excludeSecretChats ?? this.excludeSecretChats,
);
ClearAllDraftMessages copyWith({bool? excludeSecretChats}) =>
ClearAllDraftMessages(
excludeSecretChats: excludeSecretChats ?? this.excludeSecretChats,
);