VoteDelegation constructor
const
VoteDelegation({
- required Credential stakeCredential,
- required DRep drep,
Implementation
const VoteDelegation({
required this.stakeCredential,
required this.drep,
});