global property Null safety

void global= (HttpOverrides? overrides)

The HttpOverrides to use in the root Zone.

These are the HttpOverrides that will be used in the root Zone, and in Zone's that do not set HttpOverrides and whose ancestors up to the root Zone do not set HttpOverrides.

Implementation

static set global(HttpOverrides? overrides) {
  _global = overrides;
}