ConfigDiff constructor
const
ConfigDiff({
- required String key,
- required dynamic oldValue,
- required dynamic newValue,
- required ConfigScope scope,
Implementation
const ConfigDiff({
required this.key,
required this.oldValue,
required this.newValue,
required this.scope,
});