ChartJsonOptionSchema constructor
const
ChartJsonOptionSchema({})
Implementation
const ChartJsonOptionSchema({
required this.name,
required this.description,
required this.acceptedContainers,
required this.fields,
this.examplePayload = const {},
this.exampleChartPayload = const {},
});