menu
func_dart_core package
documentation
list.dart
ImmutableList<T>
first property
first property
dark_mode
light_mode
first
property
@
override
T
get
first
override
Gets the first element in the list.
Implementation
@override T get first => _items.first;
func_dart_core package
documentation
list
ImmutableList<T>
first property
ImmutableList class