ObjectValueNode constructor

const ObjectValueNode({
  1. List<ObjectFieldNode> fields = const [],
  2. FileSpan? span,
})

Implementation

const ObjectValueNode({
  this.fields = const [],
  FileSpan? span,
}) : super(span);