Gift.fromJson constructor

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

Creates a Gift object from a JSON map.

Implementation

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