Proposal constructor
Proposal({})
Implementation
Proposal({
this.actions,
this.creationDate,
this.description,
this.expirationDate,
this.networkId,
this.noVoteCount,
this.outstandingVoteCount,
this.proposalId,
this.proposedByMemberId,
this.proposedByMemberName,
this.status,
this.yesVoteCount,
});