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