Proposal constructor
Proposal()
Implementation
Proposal(
this.id,
this.status,
this.final_tally_result,
this.submit_time,
this.deposit_end_time,
this.total_deposit,
this.voting_start_time,
this.voting_end_time,
this.content);