RevenueWithdrawalStatePending.fromJson constructor

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

Creates a RevenueWithdrawalStatePending object from JSON.

Implementation

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