functions/arrays/last library

Functions

last(List list) → dynamic
Gets the last element of list. Uses dart's List.last property Example