plexStrings property

PlexStrings get plexStrings

Returns PlexStrings for the current locale, or default English if not found.

Implementation

PlexStrings get plexStrings =>
    Localizations.of<PlexStrings>(this, PlexStrings) ?? PlexStrings();