AdjustLoyaltyPointRequest.fromJson constructor

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

Implementation

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