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