BarDrillNodeFluent extension
Generated fluent modifiers for BarDrillNode.
- on
Methods
-
withChildren(
List< BarDrillNode> value) → BarDrillNode -
Available on BarDrillNode, provided by the BarDrillNodeFluent extension
Replaces BarDrillNode.children withvalue. -
withId(
String value) → BarDrillNode -
Available on BarDrillNode, provided by the BarDrillNodeFluent extension
Replaces BarDrillNode.id withvalue. -
withLabel(
String value) → BarDrillNode -
Available on BarDrillNode, provided by the BarDrillNodeFluent extension
Replaces BarDrillNode.label withvalue. -
withMayHaveLazyChildren(
bool value) → BarDrillNode -
Available on BarDrillNode, provided by the BarDrillNodeFluent extension
Replaces BarDrillNode.mayHaveLazyChildren withvalue. -
withMetadata(
Map< String, Object?> value) → BarDrillNode -
Available on BarDrillNode, provided by the BarDrillNodeFluent extension
Replaces BarDrillNode.metadata withvalue. -
withSeries(
List< ChartSeries> value) → BarDrillNode -
Available on BarDrillNode, provided by the BarDrillNodeFluent extension
Replaces BarDrillNode.series withvalue.