NotFound constructor

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

Implementation

NotFound({String path = '/'}) : super(BeamState.fromUriString(path));