clean up
This commit is contained in:
6
lib/domain/entities/receipt.dart
Normal file
6
lib/domain/entities/receipt.dart
Normal file
@@ -0,0 +1,6 @@
|
||||
class Receipt {
|
||||
int amount;
|
||||
DateTime date;
|
||||
|
||||
Receipt({this.amount, this.date});
|
||||
}
|
||||
Reference in New Issue
Block a user