isInternal property

bool isInternal

Whether this call site is considered internal (i.e. not located in either user or library Dart source code).

Implementation

bool get isInternal => true;