Challenge constructor

Challenge({
  1. String? challenge,
})

Implementation

Challenge({
  this.challenge,
});