ReloadProperties constructor

ReloadProperties({
  1. bool? bypassCache,
})

Implementation

ReloadProperties(
    {
    /// Whether to bypass local caching. Defaults to `false`.
    bool? bypassCache})
    : _wrapped = $js.ReloadProperties(bypassCache: bypassCache);