create promocode page
This commit is contained in:
9
lib/domain/entities/promo_code_result.dart
Normal file
9
lib/domain/entities/promo_code_result.dart
Normal file
@@ -0,0 +1,9 @@
|
||||
class PromoCodeResult {
|
||||
final bool success;
|
||||
final double balance;
|
||||
|
||||
PromoCodeResult({
|
||||
required this.success,
|
||||
required this.balance,
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user