class Transaction { //class String title; double amount; DateTime date; Transaction( {required this.title, required this.amount, required this.date}); //conductor }