ChartJsonOptionPatchEntry constructor
const
ChartJsonOptionPatchEntry({
- required String schemaName,
- required String canonicalField,
- required String jsonPath,
- required Object? value,
- required bool usedOverride,
- required bool overwritesExistingValue,
- required ChartJsonOptionValueValidation validation,
- Object? previousValue,
- String? valueKey,
- bool hasPreviousValue = false,
- ChartJsonOptionPatchChangeKind changeKind = ChartJsonOptionPatchChangeKind.added,
Implementation
const ChartJsonOptionPatchEntry({
required this.schemaName,
required this.canonicalField,
required this.jsonPath,
required this.value,
required this.usedOverride,
required this.overwritesExistingValue,
required this.validation,
this.previousValue,
this.valueKey,
this.hasPreviousValue = false,
this.changeKind = ChartJsonOptionPatchChangeKind.added,
});