isNative property

bool get isNative

Whether this is running on a native platform.

Implementation

bool get isNative => !isWeb;