VoteDelegation constructor

const VoteDelegation({
  1. required Credential stakeCredential,
  2. required DRep drep,
})

Implementation

const VoteDelegation({
  required this.stakeCredential,
  required this.drep,
});