PermuteParser<R> constructor

PermuteParser<R>(
  1. Parser<List<R>> delegate,
  2. List<int> indexes
)

Implementation

PermuteParser(super.delegate, this.indexes);