:Dart:Function Node

represents a globally declared Dart function

  • nested functions are not included in the graph

Properties

NameDescription
fqnfully qualified name of the function (e.g. package:my_package/a.dart:myFunction)
libraryPathabsolute path of the containing library
namename of the function
returnTypename of the return type (to be replaced with type node system)

Relations

NameTarget Label(s)CardinalityDescription
HAS_PARAMETER:Dart:Parameter0..*parameters of the function