hasNative property

bool get hasNative

Whether the consumer declared the native leg.

Implementation

bool get hasNative => nativePackage != null && nativePackage!.isNotEmpty;