Challenge constructor

Challenge({
  1. SignedData? alternativeChallenge,
  2. SignedData? challenge,
})

Implementation

Challenge({
  this.alternativeChallenge,
  this.challenge,
});