RevenueWithdrawalState.fromJson constructor

RevenueWithdrawalState.fromJson(
  1. Map<String, Object?> json
)

Creates the RevenueWithdrawalState instance from JSON

Implementation

factory RevenueWithdrawalState.fromJson(Map<String, Object?> json) =>
    _$RevenueWithdrawalStateFromJson(json);