menu
flutter_archify package
documentation
models/blueprint_config.dart
TestingConfig
TestingConfig.new const constructor
TestingConfig.new const constructor
dark_mode
light_mode
TestingConfig
constructor
const
TestingConfig
(
{
required
bool
unit
,
required
bool
widget
,
required
bool
integration
,
})
Implementation
const TestingConfig({ required this.unit, required this.widget, required this.integration, });
flutter_archify package
documentation
models/blueprint_config
TestingConfig
TestingConfig.new const constructor
TestingConfig class