menu
e_chart package
documentation
e_chart.dart
Array<T>
getNull method
getNull method
dark_mode
light_mode
getNull
method
T?
getNull
(
int
index
)
Implementation
T? getNull(int index) { return _map[index]!; }
e_chart package
documentation
e_chart
Array<T>
getNull method
Array class