menu
octopus_extensions package
documentation
extensions.dart
CollectionsExtensions<T>
third property
third property
dark_mode
light_mode
third
property
T
get
third
Third element.
[1, 2, 3].third; // 3
Implementation
T get third => elementAt(2);
octopus_extensions package
documentation
extensions
CollectionsExtensions<T>
third property
CollectionsExtensions extension on
Iterable
<
T
>