ChartJsonOptionPatchIssue constructor
const
ChartJsonOptionPatchIssue({
- required String code,
- required ChartJsonOptionPatchIssueSeverity severity,
- required String message,
- String? schemaName,
- String? canonicalField,
- String? jsonPath,
- String? valueKey,
- Object? value,
- bool hasValue = false,
- ChartJsonOptionValueValidation? validation,
Implementation
const ChartJsonOptionPatchIssue({
required this.code,
required this.severity,
required this.message,
this.schemaName,
this.canonicalField,
this.jsonPath,
this.valueKey,
this.value,
this.hasValue = false,
this.validation,
});