GetCustomRewardsResponse constructor

const GetCustomRewardsResponse({
  1. List<GetCustomRewardsDataResponse>? data,
})

Implementation

const factory GetCustomRewardsResponse({
  List<GetCustomRewardsDataResponse>? data,
}) = _GetCustomRewardsResponse;