UpsertLoyaltyRewardRequest.fromJson constructor

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

Implementation

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