copyWith abstract method

AppNotification copyWith({
  1. String? id,
  2. String? type,
  3. String? content,
  4. String? title,
  5. DateTime? readAt,
  6. DateTime? createdAt,
  7. Map<String, dynamic>? rawMeta,
  8. AppNotificationMetadata? typedMeta,
  9. String? status,
  10. String? userId,
})

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,
});