asString property

String get asString

Implementation

String get asString => this == PerceptCommunicationState.received
    ? "COMMUNICATION_RECEIVED"
    : "COMMUNICATION_VIEWED";