Map<String, dynamic> toJson() { final workGroup = this.workGroup; return { if (workGroup != null) 'WorkGroup': workGroup, }; }