BeamerParser constructor

BeamerParser({
  1. RouteInformation onParse(
    1. RouteInformation
    )?,
})

Creates a BeamerParser with specified properties.

Implementation

BeamerParser({this.onParse});