ChartJsonOptionCompletion constructor
const
ChartJsonOptionCompletion({})
Implementation
const ChartJsonOptionCompletion({
required this.schemaName,
required this.canonicalField,
required this.containerPath,
required this.jsonPath,
required this.label,
required this.insertText,
required this.aliases,
required this.preferred,
this.kind,
this.description,
this.valueHint,
});