Challenge constructor
Challenge({
- SignedData? alternativeChallenge,
- SignedData? challenge,
Implementation
Challenge({
this.alternativeChallenge,
this.challenge,
});