Logs copyWith({ String? description, String? notes, }) { return Logs( description: description ?? this.description, notes: notes ?? this.notes, ); }