clone method

  1. @override
IPayment clone()
override

Implementation

@override
IPayment clone() => Payment.fromJson(deepCloneMap(wrapped));