Transaction constructor
Transaction({})
Implementation
Transaction({
required this.id,
required this.amount,
required this.reference,
required this.referenceType,
required this.description,
required this.createdAt,
});