value property

String value

Implementation

String get value {
  switch (this) {
    case ACPMobileVisitorAuthenticationState.logged_out:
      return 'ACP_VISITOR_AUTH_STATE_LOGGED_OUT';
    case ACPMobileVisitorAuthenticationState.authenticated:
      return 'ACP_VISITOR_AUTH_STATE_AUTHENTICATED';
    case ACPMobileVisitorAuthenticationState.unknown:
      return 'ACP_VISITOR_AUTH_STATE_UNKNOWN';
  }
}