last property

  1. @inlineVm
  2. @inlineJs
T2 last

Returns the last (or second) element of this sequence.

Implementation

@inlineVm
@inlineJs
T2 get last => second;