ListGiftCardsResponse.fromJson constructor

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

Converts a Map to an ListGiftCardsResponse

Implementation

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