toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final nextPromotionTime = this.nextPromotionTime;
final targetsList = this.targetsList;
return {
'nextPromotionTime': ?nextPromotionTime,
'targetsList': ?targetsList,
};
}