Data constructor
Data({})
Implementation
Data({
required this.id,
required this.status,
required this.language,
required this.payment,
required this.customer,
required this.timestamp,
});
Data({
required this.id,
required this.status,
required this.language,
required this.payment,
required this.customer,
required this.timestamp,
});