value property

String? value

The actual value/key for the Plex log type in Tautulli.

Implementation

String? get value {
    switch(this) {
        case TautulliPlexLogType.SERVER: return 'server';
        case TautulliPlexLogType.SCANNER: return 'scanner';
        case TautulliPlexLogType.NULL: return '';
    }
}