Option constructor
Option({
- List<
String> parentIds = const <String>[], - required String id,
- String name = "",
- bool duplicable = false,
- ChartEvent event = const ChartEvent(),
- ChartAction action = const ChartAction(),
Implementation
Option({this.parentIds = const <String>[],
required this.id,
this.name = "",
this.duplicable = false,
this.event = const ChartEvent(),
this.action = const ChartAction()});