Proposal constructor
Proposal({})
Implementation
Proposal({
required this.id,
required this.proposalId,
required this.creator,
required this.receiver,
required this.permlink,
required this.subject,
required this.status,
required this.startDate,
required this.endDate,
required this.totalVotes,
required this.dailyPay,
});