DRepRegistration constructor
      const
      DRepRegistration({ 
    
    
- required Credential votingCredential,
- required BigInt coin,
- Anchor? anchor,
Implementation
const DRepRegistration(
    {required this.votingCredential, required this.coin, this.anchor});