PaymentResponse.fromJSON constructor Null safety
Implementation
PaymentResponse.fromJSON(Map<String, dynamic> json)
: transaction = PaylikeTransaction.fromJSON(json),
custom = json['custom'];
PaymentResponse.fromJSON(Map<String, dynamic> json)
: transaction = PaylikeTransaction.fromJSON(json),
custom = json['custom'];