void forEachProperty(void Function(Object?, String?)? callback) { callMethod(this, 'forEachProperty', [callback == null ? null : allowInterop(callback)]); }