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