Input$QuestActionCheckInput constructor

Input$QuestActionCheckInput({
  1. String? coin,
  2. String? card,
  3. String? referral,
  4. String? user,
})

Implementation

factory Input$QuestActionCheckInput({
  String? coin,
  String? card,
  String? referral,
  String? user,
}) =>
    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,
    });