menu
voyage package
documentation
model/rewards/available_reward.dart
AvailableReward
AvailableReward.new const constructor
AvailableReward.new const constructor
dark_mode
light_mode
AvailableReward
constructor
const
AvailableReward
(
{
int
?
id
,
String
?
rewardCode
,
String
?
title
,
String
?
description
,
int
?
points
,
})
Implementation
const AvailableReward({ this.id, this.rewardCode, this.title, this.description, this.points, });
voyage package
documentation
model/rewards/available_reward
AvailableReward
AvailableReward.new const constructor
AvailableReward class