menu
vela_chart
vela_chart.dart
VlDataset
count method
count
dark_mode
light_mode
count
method
int
count
(
)
How many rows the dataset holds.
Returns The row count.
Implementation
int count() { return rows.length; }
vela_chart
vela_chart
VlDataset
count method
VlDataset class