TaskInterestResponse constructor

TaskInterestResponse({
  1. bool? hasExpressedInterest,
})

Implementation

TaskInterestResponse({
  this.hasExpressedInterest,
});