copyWith({String? title, double? amount}) { return PaynowCartItem( title: title ?? this.title, amount: amount ?? this.amount); }