NodeTypesScopedList constructor

NodeTypesScopedList({
  1. List<NodeType>? nodeTypes,
  2. NodeTypesScopedListWarning? warning,
})

Implementation

NodeTypesScopedList({
  this.nodeTypes,
  this.warning,
});