ObjectValueNode constructor
const
ObjectValueNode({
- List<
ObjectFieldNode> fields = const [], - FileSpan? span,
Implementation
const ObjectValueNode({
this.fields = const [],
FileSpan? span,
}) : super(span);