FailParser<E> constructor

FailParser<E>(
  1. dynamic err
)

Implementation

FailParser(this.err) {
  label = 'fail($err)';
}