Middleware constructor

const Middleware({
  1. List<String> routes = const ['*'],
})

The Middleware constructor is used to create a new instance of the Middleware class.

Implementation

const Middleware({this.routes = const ['*']});