Ref<I, O> constructor

const Ref<I, O>(
  1. Parser<I, O> f(), {
  2. String? name,
})

Implementation

const Ref(this.f, {String? name}) : super(name);