TypeAction constructor

TypeAction(
  1. NodeMatcher matcher,
  2. NodeAction action
)

Implementation

TypeAction(this.matcher, this.action);