:Dart:Variable Node

represents a globally declared variable or constant

Properties

NameDescription
fqnfully qualified name of the variable (e.g. `package:my_package/a.dart:myVariable)
libraryPathabsolute path of the containing library
namename of the variable
typename of the type of the variable (to be replaced with type node system)
lateindicates, if the variable has a late modifier
finalindicates, if the variable has a final modifier
constindicates, if the variable has a const modifier