Point constructor

Point(
  1. String name,
  2. SourceFn fn,
  3. bool public,
  4. RuleArg? args,
)

Implementation

Point(this.name, this.fn, this.public, this.args);