istPartnerPortalFehlerCode function

bool istPartnerPortalFehlerCode(
  1. Object? wert
)

Implementation

bool istPartnerPortalFehlerCode(Object? wert) =>
    wert is String && kPartnerPortalFehlerCodes.contains(wert);