hasNotEvent property

bool get hasNotEvent

Returns true if event is null, otherwise false.

Implementation

bool get hasNotEvent => !hasEvent;