isAndroid property

bool get isAndroid

Returns true if this value is android, otherwise false.

Implementation

bool get isAndroid => this == KnownRegisterPushPlatform.android;