value property
T
get
value
Returns the value of a NextEvent, throws otherwise.
Implementation
T get value => throw UnimplementedError('$this has no value.');
Returns the value of a NextEvent, throws otherwise.
T get value => throw UnimplementedError('$this has no value.');