ApplePayRecurrentResponse.fromJson constructor

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

Преобразование json в модель

Implementation

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