ConfigChange constructor
ConfigChange({})
Implementation
ConfigChange({
this.element = '',
this.oldValue = '',
this.newValue = '',
this.changeType = ChangeType.$default,
this.advices = const [],
}) : super(fullyQualifiedName);