CardAuthInfo.fromJson constructor

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

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

Implementation

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