isKnownValue property

bool get isKnownValue

Returns true if this is known value, otherwise false.

Implementation

bool get isKnownValue => this is URegisterPushPlatformKnownValue;