menu
payment_flutter package
documentation
payment_ui/payment_request.dart
LoyaltyMethod
LoyaltyMethod.new constructor
LoyaltyMethod.new constructor
dark_mode
light_mode
LoyaltyMethod
constructor
LoyaltyMethod
(
{
required
int
points
,
required
int
amount
,
String
?
redemptionCode
,
})
Implementation
LoyaltyMethod({required this.points, required this.amount, this.redemptionCode});
payment_flutter package
documentation
payment_ui/payment_request
LoyaltyMethod
LoyaltyMethod.new constructor
LoyaltyMethod class