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