Map<String, dynamic> toJson() { return { 'scriptId': scriptId.toJson(), 'url': url, 'functions': functions.map((e) => e.toJson()).toList(), }; }