redeemPointsToEntity static method
Implementation
static domain.RedeemPoints redeemPointsToEntity(
infra.RedeemPointsResponse response,
) {
return domain.RedeemPoints(ok: response.ok, message: response.message);
}
static domain.RedeemPoints redeemPointsToEntity(
infra.RedeemPointsResponse response,
) {
return domain.RedeemPoints(ok: response.ok, message: response.message);
}