RevenueWithdrawalStateFailed.fromJson constructor

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

Creates a RevenueWithdrawalStateFailed object from JSON.

Implementation

factory RevenueWithdrawalStateFailed.fromJson(Map<String, dynamic> json) {
  return RevenueWithdrawalStateFailed();
}