CardInfo.fromJson constructor

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

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

Implementation

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