asEventString property

String get asEventString

Implementation

String get asEventString => this == PerceptCommunicationState.received
    ? "PERCEPT_PN_RECEIVED"
    : "PERCEPT_PN_VIEWED";