menu
leancode_lint package
documentation
config.dart
CatchParameterNamesConfig
CatchParameterNamesConfig.new const constructor
CatchParameterNamesConfig.new const constructor
dark_mode
light_mode
CatchParameterNamesConfig
constructor
const
CatchParameterNamesConfig
(
{
String
exception
=
'err'
,
String
stackTrace
=
'st'
,
})
Implementation
const CatchParameterNamesConfig({ this.exception = 'err', this.stackTrace = 'st', });
leancode_lint package
documentation
config
CatchParameterNamesConfig
CatchParameterNamesConfig.new const constructor
CatchParameterNamesConfig class