IaphubTransaction.fromJson constructor

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

Constructor from JSON

Implementation

IaphubTransaction.fromJson(Map<String, dynamic> json)
    : webhookStatus = json['webhookStatus'],
      user = json['user'],
      super.fromJson(json);