FlouterRouteInformation constructor

FlouterRouteInformation(
  1. Uri uri,
  2. RegExpMatch? match
)

Implementation

FlouterRouteInformation(this.uri, this.match);