isNotAndroid property

bool get isNotAndroid

Returns true if this value is not android, otherwise false.

Implementation

bool get isNotAndroid => !isAndroid;