menu
fconfigproxy package
documentation
annotation/FConfigKey.dart
FConfigKey
FConfigKey.new const constructor
FConfigKey.new const constructor
dark_mode
light_mode
FConfigKey
constructor
const
FConfigKey
(
{
String
?
keyName
,
String
?
defaultValue
,
})
构造函数,支持可选 keyName 和 defaultValue。
Implementation
const FConfigKey({this.keyName, this.defaultValue});
fconfigproxy package
documentation
annotation/FConfigKey
FConfigKey
FConfigKey.new const constructor
FConfigKey class