nextRef property

String nextRef

A property yielding unique message reference ids, monotonically increasing.

Implementation

String get nextRef => '${_ref++}';