menu
dartlin package
documentation
collections.dart
GetOrNull extension
GetOrNull extension
dark_mode
light_mode
GetOrNull<
T
>
extension
on
Iterable
<
T
>
Methods
getOrNull
(
int
index
)
→ T?
Available on Iterable
<
T
>
, provided by the
GetOrNull
extension
Returns the element of position index of the list or null if index is out of bounds.
dartlin package
documentation
collections
GetOrNull extension
collections library