GiftInfo.fromJson constructor

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

Creates a new GiftInfo object from a JSON Map.

Implementation

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