isNotIos property

bool get isNotIos

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

Implementation

bool get isNotIos => !isIos;