last library

Functions

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