ResPayment constructor

ResPayment(
  1. StatusPayment status,
  2. Map<String, dynamic> data
)

Implementation

ResPayment(this.status, this.data);