menu
bzframework package
documentation
power/list_power.dart
ListPower<E>
hasValueAt method
hasValueAt method
dark_mode
light_mode
hasValueAt
method
bool
hasValueAt
(
int
index
)
Implementation
bool hasValueAt(int index) { return index >= 0 && index < length && this[index] != null; }
bzframework package
documentation
power/list_power
ListPower<E>
hasValueAt method
ListPower extension on
List
<
E
>