FConfigKey constructor

const FConfigKey({
  1. String? keyName,
  2. String? defaultValue,
})

构造函数,支持可选 keyName 和 defaultValue。

Implementation

const FConfigKey({this.keyName, this.defaultValue});