addLast method

  1. @override
void addLast(
  1. ZFrame value
)
override

Adds value at the end of the queue.

Implementation

@override
void addLast(ZFrame value) => _frames.addLast(value);