Converts the object to a JSON representation.
@override Map<String, dynamic> toJson() { return { "script_any": { "native_scripts": nativeScripts.map((e) => e.toJson()).toList(), } }; }