JSAny dartObjectToJsObject(Object? object) { if (object == null) return null.jsify()!; return object.jsify()!; }