hasPayload property

bool hasPayload

Returns true if payload is not null.

Implementation

bool get hasPayload => payload != null;