hasTopLevelFunctions property
bool
get
hasTopLevelFunctions
Whether the asset contains any top-level function definitions.
Implementation
bool get hasTopLevelFunctions => _hasType(ReferenceType.$function);