menu
fast_app_base package
documentation
common/dart/kotlin_style/kotlin_collections.dart
$KotlinCollection<E>
firstOr method
firstOr method
dark_mode
light_mode
firstOr
method
E?
firstOr
(
[
E?
defaultValue
])
Implementation
E? firstOr([E? defaultValue]) => elementAtOr(0, defaultValue);
fast_app_base package
documentation
common/dart/kotlin_style/kotlin_collections
$KotlinCollection<E>
firstOr method
$KotlinCollection extension on
Iterable
<
E
>