copyWith abstract method
Implementation
AppNotification copyWith({
String? id,
String? type,
String? content,
String? title,
DateTime? readAt,
DateTime? createdAt,
Map<String, dynamic>? rawMeta,
AppNotificationMetadata? typedMeta,
String? status,
String? userId,
});