CreditRelayRefreshResponse.fromJson constructor

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

Implementation

factory CreditRelayRefreshResponse.fromJson(Map<String, dynamic> json) =>
    _$CreditRelayRefreshResponseFromJson(json);