Vote constructor
const
Vote({})
Implementation
const Vote({
required this.id,
required this.voter,
required this.author,
required this.permlink,
required this.weight,
required this.rshares,
required this.votePercent,
required this.lastUpdate,
required this.numChanges,
});