Invoice constructor
const
Invoice({})
Constructs an Invoice object
Implementation
const Invoice({
required this.title,
required this.description,
required this.startParameter,
required this.currency,
required this.totalAmount,
});