Router constructor

Router({
  1. String? prefix,
})

Implementation

Router({String? prefix})
    : _router = shelf_router.Router(),
      _prefix = prefix;