Map<String, dynamic> toJson() { final json = <String, dynamic>{}; json[r'data_variables'] = this.dataVariables; return json; }