Map<String, dynamic> toJson() { final json = <String, dynamic>{}; if (scripts != null) { json[r'scripts'] = scripts; } return json; }