hasFunctions property

bool get hasFunctions

Whether the asset contains any function definitions.

Implementation

bool get hasFunctions => _hasType(ReferenceType.$function);