Builder constructor

Builder(
  1. NodeData node, {
  2. String? ret,
})

Implementation

Builder(this.node, {
  String? ret
}) : super(ret: ret);