CardEntity.fromJson constructor

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

Get model from map

Implementation

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