Offer constructor
Offer({})
Constructs an instance of Offer with the required parameters.
Implementation
Offer({
required this.status,
required this.id,
required this.name,
required this.revenue,
required this.reward,
required this.transactionId,
required this.time,
});