Input$LoyaltySettingsWalletQuantitativeInput constructor

Input$LoyaltySettingsWalletQuantitativeInput({
  1. bool? active,
  2. String? coin,
})

Implementation

factory Input$LoyaltySettingsWalletQuantitativeInput({
  bool? active,
  String? coin,
}) =>
    Input$LoyaltySettingsWalletQuantitativeInput._({
      if (active != null) r'active': active,
      if (coin != null) r'coin': coin,
    });