Creates a Gift object from a JSON map.
factory Gift.fromJson(Map<String, dynamic> json) => _$GiftFromJson(json);