value property

T value

Returns the value of a NextEvent, throws otherwise.

Implementation

T get value => throw UnimplementedError('$this has no value.');