NetworkConfig constructor
const
NetworkConfig({})
Creates a network configuration.
Implementation
const NetworkConfig({
required this.enabled,
required this.offline,
required this.timeoutSeconds,
required this.useCache,
required this.cacheTtlHours,
required this.githubTokenEnv,
});