Task constructor
Task({
- String? title,
- String? event,
- int? frequency,
- dynamic conditions,
- List<
ReferreReward> ? referrerRewards, - List<
ReferreReward> ? referreeRewards, - String? id,
Implementation
Task({
this.title,
this.event,
this.frequency,
this.conditions,
this.referrerRewards,
this.referreeRewards,
this.id,
});