Parser<E> constructor

Parser<E>({
  1. String? source,
})

Implementation

Parser({this.source});