values property

List<T> get values

Captured payloads in delivery order.

Implementation

List<T> get values => List<T>.unmodifiable(_values);