knownValueOrNull property

KnownRegisterPushPlatform? get knownValueOrNull

Returns known value if this data is known, otherwise null.

Implementation

KnownRegisterPushPlatform? get knownValueOrNull =>
    isKnownValue ? knownValue : null;