VerifyChargeRequest.fromJson constructor

VerifyChargeRequest.fromJson(
  1. Map<String, dynamic> json
)

Implementation

VerifyChargeRequest.fromJson(Map<String, dynamic> json) {
  this.flwRef = json["flw_ref"];
}