NotFound constructor

NotFound({
  1. String path = '/',
})

Creates a NotFound BeamLocation with RouteInformation(location: path) as its state.

Implementation

NotFound({String path = '/'}) : super(RouteInformation(uri: Uri.parse(path)));