menu
fx_cli package
documentation
core/fx_config.dart
ServerConfig
ServerConfig.new const constructor
ServerConfig.new const constructor
dark_mode
light_mode
ServerConfig
constructor
const
ServerConfig
(
{
String
path
=
'server'
,
String
rustSdkVersion
=
''
,
})
Implementation
const ServerConfig({this.path = 'server', this.rustSdkVersion = ''});
fx_cli package
documentation
core/fx_config
ServerConfig
ServerConfig.new const constructor
ServerConfig class