isEmpty property

bool isEmpty

Implementation

bool get isEmpty =>
    timestamp == null &&
    eventKind == null &&
    data == null &&
    customEventName == null;