:Dart:Package Node

represents a Dart Package

Properties

NameDescription
namename of the package as specified in the pubspec.yaml
fqnidentifier in the form package:<package_name>

Relations

NameTarget Label(s)CardinalityDescription
HAS_ROOT:Local:File:Directory1root directory of the package
HAS_CONFIG:Local:File1pubspec.yaml file of the package
CONTAINS:Dart:Library0…*the individual libraries contained within the package’s /lib directory