hasNative property
bool
get
hasNative
Whether the consumer declared the native leg.
Implementation
bool get hasNative => nativePackage != null && nativePackage!.isNotEmpty;
Whether the consumer declared the native leg.
bool get hasNative => nativePackage != null && nativePackage!.isNotEmpty;