menu
flutterstart package
documentation
components/flutterstart_cli/src/mode/config_file.dart
ConfigFileException
ConfigFileException.new const constructor
ConfigFileException.new const constructor
dark_mode
light_mode
ConfigFileException
constructor
const
ConfigFileException
(
String
code
,
String
message
, {
int
exitCode
=
4
,
})
Implementation
const ConfigFileException(this.code, this.message, {this.exitCode = 4});
flutterstart package
documentation
components/flutterstart_cli/src/mode/config_file
ConfigFileException
ConfigFileException.new const constructor
ConfigFileException class