menu
stl
stl.dart
ForwardList
<
T
>
empty method
empty
dark_mode
light_mode
empty
method
bool
empty
(
)
Returns
true
if the list is empty.
Implementation
bool empty() => _length == 0;
stl
stl
ForwardList
<
T
>
empty method
ForwardList class