PropertyOverride constructor
PropertyOverride({
- required LocalId target,
- required String path,
- required PropertyValue value,
Creates an override of path on target to value.
Implementation
PropertyOverride({
required this.target,
required this.path,
required this.value,
});