menu
flutter_archify package
documentation
models/blueprint_config.dart
CodegenConfig
CodegenConfig.new const constructor
CodegenConfig.new const constructor
dark_mode
light_mode
CodegenConfig
constructor
const
CodegenConfig
(
{
required
bool
freezed
,
required
bool
jsonSerializable
,
})
Implementation
const CodegenConfig({required this.freezed, required this.jsonSerializable});
flutter_archify package
documentation
models/blueprint_config
CodegenConfig
CodegenConfig.new const constructor
CodegenConfig class