:Dart:Mixin Node

represents a globally declared Dart mixin

Properties

NameDescription
fqnfully qualified name of the mixin (e.g. package:my_package/a.dart:MyMixin)
libraryPathabsolute path of the containing library
namename of the mixin
base (boolean)indicates, if the mixin has a base modifier

Relations

NameTarget Label(s)CardinalityDescription
CONSTRAINED_TO:Dart:Class0..1class to which the mixin is constrained to via the on keyword