asString property

String get asString

Implementation

String get asString =>
    this == PerceptPersistedData.userId ? "user_id" : "unique_id";