Settings constructor
- required NetworkSettings network,
- required EasterEggsSettings easterEggs,
- required ScienceSettings science,
- required ArmSettings arm,
- required DashboardSettings dashboard,
A const constructor.
Implementation
const Settings({
required this.network,
required this.easterEggs,
required this.science,
required this.arm,
required this.dashboard,
});