end property

StreamPosition end
getter/setter pair

The end of a stream. Use this when reading a stream backwards, or subscribing live to a stream.

Implementation

static StreamPosition end = StreamPosition._(Int64(-1));