TestsConfig constructor
TestsConfig({
- required bool enabled,
Creates tests config.
Implementation
TestsConfig({required this.enabled});
Creates tests config.
TestsConfig({required this.enabled});