configuration property

reads the current configuration for based on the active zone, or else falls back to the global static state.

Implementation

static GoldenToolkitConfiguration get configuration {
  return Zone.current[#goldentoolkit.config] ?? _configuration;
}