last property

FutureOr get last

Retrieves the last value in the queue without altering the queue.

Implementation

FutureOr<dynamic> get last => add<dynamic>((e) => e);