PropertyNode constructor
PropertyNode({})
Implementation
PropertyNode({
String type = 'Property',
Location? loc,
List<Node>? children,
this.index,
this.key,
this.value,
}) : children = children ?? <Node>[],
super(type, loc);