ConfigChange class

Output generated from semantically comparing two versions of a service configuration.

Includes detailed information about a field that have changed with applicable advice about potential consequences for the change, such as backwards-incompatibility.

Constructors

ConfigChange({List<Advice>? advices, String? changeType, String? element, String? newValue, String? oldValue})
ConfigChange.fromJson(Map json_)

Properties

advices List<Advice>?
Collection of advice provided for this change, useful for determining the possible impact of this change.
getter/setter pair
changeType String?
The type for this change, either ADDED, REMOVED, or MODIFIED. Possible string values are:
getter/setter pair
element String?
Object hierarchy path to the change, with levels separated by a '.' character.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
newValue String?
Value of the changed object in the new Service configuration, in JSON format.
getter/setter pair
oldValue String?
Value of the changed object in the old Service configuration, in JSON format.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited