Input$QuestActionCheckInput constructor
Input$QuestActionCheckInput({
- String? coin,
- String? card,
- String? referral,
- String? user,
- Input$TargetACIInput? target,
Implementation
factory Input$QuestActionCheckInput({
String? coin,
String? card,
String? referral,
String? user,
Input$TargetACIInput? target,
}) =>
Input$QuestActionCheckInput._({
if (coin != null) r'coin': coin,
if (card != null) r'card': card,
if (referral != null) r'referral': referral,
if (user != null) r'user': user,
if (target != null) r'target': target,
});