GiftCodeResponse.fromJson constructor

GiftCodeResponse.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory GiftCodeResponse.fromJson(Map<String, Object?> json) =>
    _$GiftCodeResponseFromJson(json);