isExternal property

  1. @override
bool isExternal
final

Whether the executable element is external.

Executable elements are external if they are explicitly marked as such using the 'external' keyword.

Implementation

@override
final bool isExternal;