CardInfoModel.fromJson constructor

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

Factory method for creating a CardInfoModel instance from a JSON map.

Implementation

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