SelectNode constructor

SelectNode(
  1. String argument,
  2. Map<String, List<Node>> options
)

Implementation

SelectNode(String argument, Map<String, List<Node>> options)
    : super(type: Type.Select, value: argument, options: options);