Query$challenge$challenge$activities constructor

Query$challenge$challenge$activities({
  1. Enum$TransactionChallengeTypeEnum? activityType,
  2. Query$challenge$challenge$activities$predefined? predefined,
})

Implementation

Query$challenge$challenge$activities({
  this.activityType,
  this.predefined,
});