Creates a new GiftInfo object from a JSON Map.
factory GiftInfo.fromJson(Map<String, dynamic> json) => _$GiftInfoFromJson(json);